Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 763 Bytes

Vue 2 + Firebase: How to build a Vue app with Firebase authentication system in 15 minutes

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.

How to Use

# install dependencies
npm install

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