docs:更新提示词、任务清单、原型图
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|---|------|---------|
|
||||
| 前端框架 | Vue 3 | ^3.4 |
|
||||
| 构建工具 | Vite | ^5.x |
|
||||
| UI 组件库 | Element Plus | ^2.8 |
|
||||
| UI 组件库 | Ant Design Vue | ^4.x |
|
||||
| 状态管理 | Pinia | ^2.x |
|
||||
| 路由 | Vue Router 4 | ^4.x |
|
||||
| 后端框架 | Python FastAPI | ^0.110 |
|
||||
@@ -135,8 +135,8 @@ uvicorn app.main:app --reload --port 8000
|
||||
|
||||
```bash
|
||||
cd frontend
|
||||
pnpm install
|
||||
pnpm run dev
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
### 访问
|
||||
|
||||
Reference in New Issue
Block a user