HoraceKeung / nuxtron

Nuxt + Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is merged into nuxt-community/electron-template, please use that instead.

Nuxtron

A Nuxt.js Electron starter project template.

Prerequisites

Make sure to have node 8.9.3+ and npm 5.0+ installed

Installation

This is a project template for vue-cli.

$ vue init HoraceKeung/nuxtron my-project  
$ cd my-project                     
# install dependencies
$ npm install # Or yarn

Make sure to use a version of vue-cli >= 2.1 (vue -V).

Usage

Development

# development with vue devtools
$ npm run dev

Production

# build for production using electron-builder
$ npm run build

About

Nuxt + Electron

License:MIT License


Languages

Language:JavaScript 68.8%Language:Vue 16.7%Language:CSS 14.6%