https://github.com/humeira/firebase-vue
GDG DevFest Mauritius Demo : Building web apps with Firebase and Vue.js
https://github.com/humeira/firebase-vue
firebase javascript vuejs
Last synced: 2 months ago
JSON representation
GDG DevFest Mauritius Demo : Building web apps with Firebase and Vue.js
- Host: GitHub
- URL: https://github.com/humeira/firebase-vue
- Owner: Humeira
- License: gpl-3.0
- Created: 2018-11-29T11:12:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T19:37:13.000Z (over 7 years ago)
- Last Synced: 2025-12-03T13:21:23.523Z (7 months ago)
- Topics: firebase, javascript, vuejs
- Language: Vue
- Homepage: https://firebase-vue-gkbpgax6h.now.sh
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firebase-vue
## 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/).