Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.08 KB

Score app - my first VUE app

This is my first ever Vue.js application, created to practice and solidify my knowledge of the framework. The inspiration came from playing card games with my son, where manually keeping score on an Excel spreadsheet proved cumbersome on our phones. To address this inconvenience, I built this app as a more efficient and interactive way to track scores. Feel free to try it out at score.MichalKotek.tech or contribute by forking the code here on GitHub.

Used IDE

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build