VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint
# change according to your needs
VITE_API_BASE_URL='https://127.0.0.1:8000/api/'
VITE_API_USERNAME='[email protected]'
VITE_API_PASSOWR='kaffein'
VITE_API_ITEMS_PER_PAGE=3