Electron-nuxt project
The Electron-nuxt is a electron project for nuxt.
Fork this repo and make an electron app easily.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch app
$ npm run build
$ npm start
# make package with electron builder
$ npm run package