https://github.com/giorgosk/vue-firebase-demo
Demo can be found at https://giorgosk.github.io/vue-firebase-demo/
https://github.com/giorgosk/vue-firebase-demo
demo firebase firestore vue vue-cli-3 vue-router
Last synced: 4 months ago
JSON representation
Demo can be found at https://giorgosk.github.io/vue-firebase-demo/
- Host: GitHub
- URL: https://github.com/giorgosk/vue-firebase-demo
- Owner: GiorgosK
- Created: 2018-11-10T17:09:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T17:35:34.000Z (over 6 years ago)
- Last Synced: 2025-02-17T19:22:54.955Z (4 months ago)
- Topics: demo, firebase, firestore, vue, vue-cli-3, vue-router
- Language: Vue
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-firebase-demo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```