This commit is contained in:
skytek_xinliang
2026-07-28 08:47:33 +08:00
parent cac48c14e5
commit 5dc447ef2c
4 changed files with 33 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"enabledPlugins": {
"vue-skills-bundle@vue-skills": true
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"mcpServers": {
"vuetify-mcp": {
"type": "http",
"url": "https://mcp.vuetifyjs.com/mcp"
}
}
}
+1
View File
@@ -0,0 +1 @@
@AGENTS.md
+19
View File
@@ -0,0 +1,19 @@
# Project Rules
## General
- Follow the existing code style and patterns.
- Use pnpm 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 I18n, Vue Router
## UI Construction
- Prefer Vuetify built-in UI components and utility classes when building pages.
- Use custom CSS only when Vuetify components or utilities cannot express the required layout, spacing, color, or interaction clearly.
- @app/citizen-frontend/DESIGN.md