Mditor 最早只有「组件版」,随着「桌面版」的发布,Mditor 目前有两个版本:
除常规的编辑功能,Mditor 桌面版还有如下特性
$ git clone git@github.com:Houfeng/mditor-desktop.git your_path
前提是需要安装好 Nodejs 和 npm(建议用 cnpm 可以通过国内镜象加速)
$ npm install
将会自动进行基于 Webpack 的构建(部分资源需要 Webpack 打包),并将 Watch 文件的改动然后自动进行构建
$ npm run dev
将会启动开发中的 Mditor
$ npm start