当前仓库包含:
- Java 后端(Spring Boot)
- RocketMQ 本地运行脚本
- 旧版静态前端(位于 nginx-1.18.0/html/hmdp)
- 新版 Vue 前端(位于 frontend)
新版前端已在 frontend 目录完成重构,风格为类 Claude 的暖色玻璃拟态布局,并与现有后端接口对接。
快速体验:
cd frontend
npm install
npm run dev后端默认端口为 8081,前端通过 Vite 代理转发 /api。
- frontend/API.md: 后端接口文档与页面映射
- frontend/README.md: 前端开发与运行说明
- agents.md: 代码代理协作约定