Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1000 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 1000 Bytes

ddvs/nuxt

Join the chat at https://gitter.im/ddvs/nuxt-cms

A ddv 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 ddvs/nuxt-cms my-project  
$ cd my-project                     
# install dependencies
$ npm install # Or yarn install

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