Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oli8/scorekeeper2
Keep scores from different games easily
https://github.com/oli8/scorekeeper2
scoreboard vue
Last synced: 13 days ago
JSON representation
Keep scores from different games easily
- Host: GitHub
- URL: https://github.com/oli8/scorekeeper2
- Owner: Oli8
- Created: 2020-09-10T09:00:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T14:42:36.000Z (over 2 years ago)
- Last Synced: 2024-11-11T03:09:49.576Z (about 2 months ago)
- Topics: scoreboard, vue
- Language: Vue
- Homepage: https://oli8.github.io/scoreKeeper2/
- Size: 307 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scoreKeeper2
Keep scores from different games easily.
Made in Typescript with Vue.js[Demo](https://oli8.github.io/scoreKeeper2)
## Custom Configuration
You can use a custom configuration (different game settings) by using the config menu or navigate to /${config name}
### Create your own
Add your configuration file in `src/game-configs/custom/`, it will be available at the url: /${config name} (lowercased)
You can refer to `src/structs/gameConfig.ts` and/or `src/game-configs/default.ts` to get started.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).