An electron-vue project
# install dependencies
npm install
# serve with hot reload
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# install yarn
sudo npm install -g yarn
# install dependencies
yarn install
# serve with hot reload
yarn run dev
# build electron application for production
yarn run build
# run unit & end-to-end tests
yarn test
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.