You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 立方和教育 PC 管理端
|
|
|
|
独立于 `front` 小程序/H5 的 Vue3 + JS 后台项目,目录按常见后台分层组织:
|
|
|
|
- `api`: 后端接口
|
|
- `layout`: 后台框架布局
|
|
- `router`: 路由表与权限 meta
|
|
- `store`: Pinia 状态
|
|
- `utils`: 请求、登录态等工具
|
|
- `views`: 业务页面
|
|
|
|
本地开发:
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
默认后端地址:`http://127.0.0.1:3100/api`。
|