Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Documentation

Development

# install dependencies
$ yarn install

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

Then you can start edit the content directory.

Test for production

$ yarn generate
$ serve dist/ # npm install -g serve

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