npm install
npm run serve
npm run build
npm run lint
npm run electron:serve
npm run electron:build
Open a terminal in the directory of your app created with Vue-CLI 3.
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
vue add electron-builder