This repository contains the user interface for kegmon, see: https://github.com/mp-se/kegmon for more details.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lintnpm run mockRun these in separate terminal windows.
npm run mock
npm run serve
Add a new tag
git tag -a [tag_name] HEAD -m "Tag message"
git push origin tag [tag_name]