harimayco / nuxt-nw

If you are looking for way to use nuxt and Nw.js togther, then you now have it . This is a nuxt nw template .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NUXT + NW-template

A starter project template for use with vue-cli that combines Nuxt.js with Nw.js.

Prerequisites

The following software must be installed:

  • node 8.9.3+
  • npm 5.0+ (or yarn)
  • vue-cli 2.1+ (vue -V)

Installation

$ vue init ehigiepaul/nuxt-nw my-project  
$ cd my-project
# install dependencies
$ npm install # Or yarn

Usage

Development

# development with vue devtools
$ npm run dev

Production

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

About

If you are looking for way to use nuxt and Nw.js togther, then you now have it . This is a nuxt nw template .

License:GNU General Public License v3.0


Languages

Language:JavaScript 52.3%Language:Vue 47.7%