An open API service indexing awesome lists of open source software.

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!

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/).