Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 661 Bytes

m-note

一个基于 electron-vue 的Markdown编辑器

构建步骤

# 下载源码
git clone git@github.com:isNeilLin/M-note.git

# 切换到项目跟路径
cd m-note

# 安装依赖
npm install
# or
yarn

# 开发环境
npm run dev

# 生产环境打包
1、npm run pack
2、npm run build


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.