Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotunj/vue-firebase-auth
A simple demo app to get started with Vue and Firebase Authentication
https://github.com/dotunj/vue-firebase-auth
firebase vue
Last synced: 7 days ago
JSON representation
A simple demo app to get started with Vue and Firebase Authentication
- Host: GitHub
- URL: https://github.com/dotunj/vue-firebase-auth
- Owner: Dotunj
- Created: 2019-09-16T19:34:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T22:45:38.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:59:05.335Z (16 days ago)
- Topics: firebase, vue
- Language: CSS
- Homepage:
- Size: 1010 KB
- Stars: 35
- Watchers: 3
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-firebase-auth
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).