🎨 重构用户端前端为vue开发,完善基础类和角色相关接口

This commit is contained in:
2026-02-10 21:55:45 +08:00
parent db934ebed7
commit 56e821b222
92 changed files with 18377 additions and 21 deletions

35
web-app-vue/README.md Normal file
View File

@@ -0,0 +1,35 @@
# 云酒馆前台应用 (Vue 3)
## 技术栈
- Vue 3 + TypeScript
- Vite 5
- Element Plus
- Vue Router 4
- Pinia
- Axios
## 开发
```bash
# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 构建生产版本
npm run build
# 预览生产构建
npm run preview
```
## 访问地址
- 开发环境: http://localhost:3000
- API 代理: http://localhost:8888
## 项目结构
详见 `/docs/Vue重构方案.md`