Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1000 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 1000 Bytes

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:

  1. Basic Auth

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build