template-nuxt
A [Nuxt.js](https://github.com/nuxt/nuxt.js) starter project template without the distraction of a complicated development environment.
Last updated 9 years ago by rem .
MIT · Original npm · Tarball · package.json
$ cnpm install template-nuxt 
SYNC missed versions from official npm registry.

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 nuxt-community/starter-template my-project  
$ cd my-project                     
# install dependencies
$ npm install # Or yarn install

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

Usage

Development

# serve with hot reloading at localhost:3000
$ npm run dev

Go to http://localhost:3000

Production

# build for production and launch the server
$ npm run build
$ npm start

Generate

# generate a static project
$ npm run generate

Current Tags

  • 0.3.2                                ...           latest (9 years ago)

6 Versions

  • 0.3.2                                ...           9 years ago
  • 0.3.1                                ...           9 years ago
  • 0.3.0                                ...           9 years ago
  • 0.2.0                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |