Electron Vue 3 is a boilerplate for rapid Electron app that development. it is built with Vue Cli 3.
- All Vue Cli 3 features
- simple and clear NPM scripts
- Auto reload when main script changed
# install dependencies
npm install
# develop with auto reload
npm run serve
# build electron app
npm run build