🎉 初始化项目
This commit is contained in:
34
web/README.md
Normal file
34
web/README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# AI 中转代理管理后台
|
||||
|
||||
基于 Vue 3 + Element Plus 的管理后台系统
|
||||
|
||||
## 功能模块
|
||||
|
||||
- 用户管理
|
||||
- API 管理
|
||||
- AI 预设管理
|
||||
- AI 提供商管理
|
||||
- 预设绑定配置
|
||||
|
||||
## 技术栈
|
||||
|
||||
- Vue 3
|
||||
- Vite
|
||||
- Element Plus
|
||||
- Vue Router
|
||||
- Pinia
|
||||
- Axios
|
||||
|
||||
## 开发
|
||||
|
||||
```bash
|
||||
cd web
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## 构建
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user