Simple-authentication using Nuxtjs (Vuejs)

This is a simple app that shows how to make a authentication with vuetify framework.

This repo is a part of Vue.js blog series on http://overflowjs.com

Read here - https://overflowjs.com/tags/Vuejs/posts

Part 1- https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1

Part 2- https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2

Build Setup

# install dependencies
$ yarn install

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

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

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