Tarabass / nuxt-electron

Nuxt.js + Electron starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-electron

Nuxt.js + Electron starter template

Intro

Electron boilerplate using latest version of Nuxt.js as a SPA.

Installation

$ git clone https://github.com/skydiver/nuxt-electron.git your-project
$ cd your-project
$ npm install

Starting development

$ npm run dev

Packaging for production

$ npm run electron-build

Additional notes

By default, only Mac app is generated on .dist folder.

Remember to update/extend your build settings on electron-builder.yml.

More info: https://github.com/electron-userland/electron-builder

Motivation

After spend some time looking for existing starters using Nuxt + Electron i didn't find any up to date solutions who really convince me.

So, i decided to create mine, using latest 2.* version.

License

Distributed under the MIT License. See LICENSE for more information.

About

Nuxt.js + Electron starter template

License:MIT License


Languages

Language:JavaScript 97.2%Language:Vue 2.8%