Markdown editor with templates for taking notes, writing articles, generating resumes and much more!
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
# Publish new release
## Update the version of the app :
npm version {major|minor|patch}
## Build and publish the app :
npm run build:publish
## On Github, publish the latest draft realease
This project was generated with electron-vue@9add6ff using vue-cli. Documentation about the original structure can be found here.