This is an attempt to build the incremental game Melvor Idle with Vue.
Try it on GitHub Pages!
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint
git subtree push --prefix dist origin gh-pages