Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/vue-firebase-auth-tutorial
Sample code for my article on adding Authentication to a Vue application using Firebase
https://github.com/ratracegrad/vue-firebase-auth-tutorial
Last synced: about 2 months ago
JSON representation
Sample code for my article on adding Authentication to a Vue application using Firebase
- Host: GitHub
- URL: https://github.com/ratracegrad/vue-firebase-auth-tutorial
- Owner: ratracegrad
- Created: 2020-12-28T15:13:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T21:16:01.000Z (over 3 years ago)
- Last Synced: 2023-02-27T12:06:38.668Z (almost 2 years ago)
- Language: Vue
- Size: 138 KB
- Stars: 44
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://wp.me/p3sG15-rG) 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
```