jmohler1970 / Vue-Firebase-Auth-Tutorial

Sample code for my article on adding Authentication to a Vue application using Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-firebase-auth-tutorial

This is the sample code that accompanies my article on how to add Authenication to your Vue Application using Firebase. You can view the article here which gives you step-by-step instructions on how to implement Firebase authentication.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

Sample code for my article on adding Authentication to a Vue application using Firebase


Languages

Language:Vue 72.4%Language:JavaScript 21.6%Language:HTML 6.0%