feat: 提交多个新UI组件模块spec和相关属性设定,包括卡片封装、渐变卡片、列式布局组件等,重写了readme.md,用于AI Coding
Some checks are pending
Call HTTPS API / build (push) Waiting to run
Some checks are pending
Call HTTPS API / build (push) Waiting to run
This commit is contained in:
9
AI-Coding/00-Quick-Profile.md
Normal file
9
AI-Coding/00-Quick-Profile.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 00. 快速画像(给 AI 的 30 秒摘要)
|
||||
|
||||
- **技术栈**:`Vue 3` + `Vue CLI 5` + `TypeScript` + `Pinia` + `Vue Router` + `Element Plus`
|
||||
- **入口链路**:`src/main.ts` → `setupVab(app)` → `setupI18n(app)` → `setupStore(app)` → `setupRouter(app)`
|
||||
- **Mock**:开发环境由 `vue.config.js` 将 `mock/index.js` 挂载到 devServer 中间件;路由集合来自 `mock/controller/*`
|
||||
- **别名**:`@`→`src`,`@vab`→`library`,`~`→根目录,`/#`→`types`
|
||||
- **用途定位**:既是可运行的后台 Demo,也是可拆分的能力集合(`library/layouts/ library/components/ library/ src/utils/ mock/ src/api/ types/`)
|
||||
|
||||
> 推荐阅读顺序:本文件 → [01-Directory-Map.md](01-Directory-Map.md) → [AI-Reuse-Playbook.md](AI-Reuse-Playbook.md)
|
||||
Reference in New Issue
Block a user