- Vue 3 with
<script setup>SFCs - TypeScript
- Vite
- Tailwind CSS + DaisyUI
- Vue Router
- ESLint 9 (flat config)
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
# Lint code
npm run lint
# Fix linting issues
npm run lint:fixSee also the developer guidelines for detailed architecture and design guidelines.