A starter project template for use with vue-cli that combines Nuxt.js with Electron.
For the original clonable (not vue-cli) version use the git-clone branch.
The following software must be installed:
- node 8.9.3+
- npm 5.0+ (or yarn)
- vue-cli 2.1+ (
vue -V
)
$ vue init nuxt-community/electron-template my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn
# development with vue devtools
$ npm run dev
# build for production using electron-builder
$ npm run build