Skip to content

timmyg/nuxt-auth

Repository files navigation

nuxt-auth-boilerplate

VueJS Nuxt Boilerplate with Auth

Build Setup

# 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.