Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 723 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 723 Bytes

Vue.js

Nuxt Template

Starter template for Nuxt.js projects.

Usage

Fork, download, or clone this repository and use it as a starting point for your next Vue.js project.

Performance

image

Commands

The following commands are used to develop the project:

# install dependencies
$ npm i

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

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

# generate static project
$ npm run generate

# run unit tests with Jest
$ npm t

For detailed explanation on how things work, check out Nuxt.js docs.