A Simple Markdown Editor
# install dependencies
yarn install
# serve
yarn electron:serve
# build electron app for production
yarn electron:build
# lint all JS/Vue component files in `app/src`
yarn lint
More information can be found here.
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.