Nuxt + Electron
# install dependencies
$ npm install # Or yarn install
# development with vue devtools
$ npm run dev
# build for production
$ npm run build
For detailed explanation on how things work, checkout [Nuxt.js](https://github.com/nuxt/nuxt.js), [Electron.js](https://electronjs.org/), and [electron-builder](https://www.electron.build/).