🎨 重构用户端前端为vue开发,完善基础类和角色相关接口
This commit is contained in:
35
web-app-vue/README.md
Normal file
35
web-app-vue/README.md
Normal 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`
|
||||
Reference in New Issue
Block a user