electron-nuxt icon indicating copy to clipboard operation
electron-nuxt copied to clipboard

nuxt for electron.

electron-nuxt

Electron-nuxt project

The Electron-nuxt is a electron project for nuxt.

Fork this repo and make an electron app easily.

Build Setup

# 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