This repository contain the source code of my tutorial on Medium Vue 2 + Firebase: How to build a Vue app with Firebase authentication system in 15 minutes
The different steps of the tutorial are break down by commits, so you can step by step checkout the corresponding code.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve