Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicobocq/mc2020
Electronic football game score tracker
https://github.com/nicobocq/mc2020
crud firecloud router vuejs vuetify vuex
Last synced: 7 days ago
JSON representation
Electronic football game score tracker
- Host: GitHub
- URL: https://github.com/nicobocq/mc2020
- Owner: NicoBocq
- Created: 2019-10-04T13:51:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T17:38:14.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T22:58:31.816Z (2 months ago)
- Topics: crud, firecloud, router, vuejs, vuetify, vuex
- Language: Vue
- Homepage: https://mc2020.netlify.com/
- Size: 730 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mc2020
## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).