electron-demo
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# 如果出现找不到 "electron-v1.7-darwin-x64" 错误
npm run postinstall
or
npm run rebuild:sqlite3
This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.