Files
AIAgentPrompt/Frontend_vite_lib.md
2026-01-06 11:22:24 +08:00

26 lines
609 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 系统上下文
这是一个 Vue + Vite + Typescript 框架的依赖库,它的主要功能为 *
## 技术栈和限制
- 语言Typescript
- 框架: Vue 3 (Composition API, 使用 setup 语法糖)
- 辅助开发unplugin-auto-import, unplugin-vue-components
- 样式Less
- 通信Axios
## 项目结构
```
src/
api/ # 与后端对接的 HTTP 通信,使用 axios
assets/ # 静态资源文件
components/ # 通用组件
types/ # Typescript 类型
store/ # 全局储存
utils/ # 通用工具
index.ts # 导出属性
types.ts # 导出类型
```