Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acgrid/scoreboard-vue
https://github.com/acgrid/scoreboard-vue
expressjs nodejs socket-io vuejs2
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/acgrid/scoreboard-vue
- Owner: acgrid
- Created: 2019-09-30T17:12:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:43:41.000Z (about 2 years ago)
- Last Synced: 2024-11-11T09:18:22.501Z (3 months ago)
- Topics: expressjs, nodejs, socket-io, vuejs2
- Language: Vue
- Size: 1.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scroeboard-vue
## 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/).