shadcn-vue-admin
SKILL.md
Purpose and scope
Maintain this Vue 3 admin dashboard repository: pages and layouts, component integration, routing/auth, theming and i18n, data tables, and form validation.
Codebase map
- App entry:
src/main.ts,src/App.vue - Routing:
src/router/ - Layouts and pages:
src/layouts/,src/pages/ - Components:
src/components/(including shadcn-vue style UI) - State:
src/stores/ - Composables:
src/composables/ - Utils and constants:
src/utils/,src/lib/,src/constants/ - Plugins:
src/plugins/
References
- System knowledge map: references/SYSTEM_KNOWLEDGE_MAP.md
- Testing strategy: references/testing-strategy.md