# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm start
# generate static project
$ npm run build
# deploy `dist` folder to gh-pages branch
$ npm run deploy
For detailed explanation on how things work, check out Nuxt.js docs.