VueJS Nuxt Boilerplate with Auth
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm start
# build for production and launch server
$ npm run build:prod
$ npm start:prod
# generate static project
$ npm run generate:static
For detailed explanation on how things work, checkout Nuxt.js docs.