/nuxt-template

Nuxt.js starter project template.

Primary LanguageJavaScriptMIT LicenseMIT

Starter

A Nuxt.js starter project template without the distraction of a complicated development environment.

Live demo: https://starter.nuxtjs.org

Installation

This is a project template for vue-cli.

$ vue init cj/nuxt-template my-project  
$ cd my-project                     
$ yarn

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

Usage

Development

# serve with hot reloading at localhost:3000
$ yarn dev

Go to http://localhost:3000

Production

# build for production and launch the server
$ yarn build
$ yarn start

Generate

# generate a static project
$ yarn generate