nuxt-community/starter-template

Name: starter-template

Owner: Nuxt Community

Description: Nuxt.js starter project template.

Created: 2016-11-23 16:03:50.0

Updated: 2018-05-24 15:13:00.0

Pushed: 2018-03-03 12:56:20.0

Homepage: https://starter.nuxtjs.org

Size: 88

Language: Vue

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Starter

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

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

Prerequisites

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

Installation

This is a project template for vue-cli.

e init nuxt-community/starter-template my-project  
 my-project                     
stall dependencies
m install # Or yarn install

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

Usage
Development
rve with hot reloading at localhost:3000
m run dev

Go to http://localhost:3000

Production
ild for production and launch the server
m run build
m start
Generate
nerate a static project
m run generate

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.