A note base on electron-vue
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit tests
npm test
# sqlite3 rebuild
1.cd node_modules
2.npm rebuild --runtime=electron --target=1.8.6 --disturl=https://atom.io/download/atom-shell --build-from-source
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.