feat: 建立Vue3前端框架

This commit is contained in:
2026-05-20 00:08:33 +08:00
parent bc225d3557
commit e68150ad02
25 changed files with 3895 additions and 1 deletions

View File

@@ -87,6 +87,22 @@ spring:
当前阶段还没有加入 Web 服务依赖或常驻任务,所以应用可能启动成功后立即退出。
启动前端:
```powershell
cd frontend
npm install
npm run dev
```
前端检查:
```powershell
cd frontend
npm run type-check
npm run build
```
## 规划模块
- `agent-core`Agent 执行模型、工具注册、记忆和编排能力。
@@ -106,4 +122,3 @@ spring:
- [Spring AI Reference](https://docs.spring.io/spring-ai/reference/)
- [Spring AI RAG Reference](https://docs.spring.io/spring-ai/reference/api/retrieval-augmented-generation.html)
- [MyBatis-Plus](https://baomidou.com/)