Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 379 Bytes

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.