Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.11 KB

kaffeine

Recommended IDE Setup

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

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Environment variables with [Dotenv]

# 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

Pipeline to deploy app in GitHub Pages