12 lines
276 B
Markdown
12 lines
276 B
Markdown
# Project Rules
|
|
|
|
## General
|
|
- Follow the existing code style and patterns.
|
|
- Use deno for running project commands.
|
|
- Keep code in TypeScript unless migration is required.
|
|
|
|
## Stack
|
|
- Framework: Vue 3 + Vite
|
|
- UI Library: Vuetify
|
|
- Enabled Features: ESLint, Pinia, Vue Router
|