Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baumannzone/scrum-poker
Scrum Poker con Firebase Firestore
https://github.com/baumannzone/scrum-poker
firebase firestore localstorage scrum-poker vue-router vuejs
Last synced: about 1 month ago
JSON representation
Scrum Poker con Firebase Firestore
- Host: GitHub
- URL: https://github.com/baumannzone/scrum-poker
- Owner: baumannzone
- Created: 2020-03-30T18:10:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T22:11:54.000Z (3 months ago)
- Last Synced: 2024-11-13T19:32:29.158Z (3 months ago)
- Topics: firebase, firestore, localstorage, scrum-poker, vue-router, vuejs
- Language: Vue
- Homepage: https://scrum-poker-online.netlify.com/#/
- Size: 357 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrum-poker
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).