https://github.com/btronquo/vuejs-firestore-example
A quick example to add and show data from a firestore database!
https://github.com/btronquo/vuejs-firestore-example
Last synced: about 1 month ago
JSON representation
A quick example to add and show data from a firestore database!
- Host: GitHub
- URL: https://github.com/btronquo/vuejs-firestore-example
- Owner: btronquo
- Created: 2019-04-08T18:47:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T20:04:52.000Z (about 6 years ago)
- Last Synced: 2025-02-13T09:38:03.143Z (3 months ago)
- Language: Vue
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-firestore-example
Hi, I made this quick project to better understand how firestore and vuejs can work together.
Free feel to contact me on github if you have any question!
Boris Tronquoy
## Project setup
```
git clone ...
cd vuejs-firebase-example
```
Don't forget:
```
> edit 'fb.example.js' with your data
> rename it to 'fb.js'
```### 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
```### Live example:
See [live exemple](https://vuejs-firestore-example.firebaseapp.com/).