https://github.com/andyklimczak/bball-h2h-roster
https://github.com/andyklimczak/bball-h2h-roster
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyklimczak/bball-h2h-roster
- Owner: andyklimczak
- Created: 2021-02-19T23:55:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T23:56:09.000Z (over 4 years ago)
- Last Synced: 2024-12-30T06:27:10.801Z (5 months ago)
- Language: Vue
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bball-h2h-roster
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).