electron-vue

vue-cli-plugin-electron-builder

Project setup

yarn install

Compiles and hot-reloads for development

# web
yarn serve
# client
yarn electron:serve

Compiles and minifies for production

# web
yarn build
# client
yarn electron:build

Lints and fixes files

yarn lint

Publish

yarn release

Customize configuration

See Configuration Reference.