Skip to content

thondery/vue-stackedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

官方可集成版本

Vue-stackedit 是基于 stackedit 开发的一款在线markdown编辑器。

目前市面上已经有很多开源的的在线markdown编辑器了,经过多方调研后发现功能比较齐全且强大的有stackedit和作业部落的mdeditor,但是作业部落的产品并未开源,因此决定采用stackedit。

stackedit是一个完整的网站产品,但是很多情况下,我们只需要其中的编辑器功能,并且希望能方便地集成到自己的产品中,因此决定将其中的编辑器部分剥离出来,单独做成一个库,方便直接在自己的产品中调用。

编辑出来的文件基本可用,但是源文件中的store部分其实很多都不需要,而直接删掉又会报错,其中关联有点复杂,因此直接保留下来,以后有时间再慢慢梳理。强烈欢迎志愿者做贡献。

stackedit是基于Vue.js框架开发的,本项目沿用Vue.js框架,使用vue-cli工具开发。

Demo: Demo

Usage

git clone https://github.com/loliconer/vue-stackedit.git
cd vue-stackedit
npm install
npm run serve
npm run build

About

A markdown editor based on stackedit.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published