vue-auth-demo
vue-auth-demo copied to clipboard
A demo site for a series of articles - Authentication With Vue.js, Firebase & Vuex
Vue Auth Demo with Firebase
A Vue.js project that provides a simple demo for securing pages with vue-router, Vuex and Firebase to handle authentication and user management.
Please note you will need to add your own firebase credentials to the config.
For detailed explanation on how things work read the following tutorials:
To follow along with each of the blog posts the code has seperate branches for each step:
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build