Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 531 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 531 Bytes

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.