An electron-vue project
CREATE DATABASE dbtest;
GRANT ALL PRIVILEGES ON dbtest.* TO 'dbtest'@'localhost' IDENTIFIED BY 'dbtest';
FLUSH PRIVILEGES;
# 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
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.