Simple judo score board to use in competitions. Build and deploy on own server or try out the demo on Netlify.
Key | Result |
---|---|
Space | Toggle timer |
Shift | Toggle pin timer |
r | Refresh all |
t | Refresh timers |
g | Golden score |
Submit issues via the github issue tracker.
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Configuration Reference.
yarn
yarn dev
yarn build
Lint with ESLint
yarn lint