lg_frontend/README.md

82 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# school-front
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
## Special Directories
### mixins
vue混入代码主要是自适应相关的代码
### `assets`
静态资源
### `components`
公共组件目录
### `layouts`
布局目录,多了一个管理页
## 组件库文档地址
https://1x.antdv.com/components/icon/
## 路由说明
登录页 /login
### 管理页
用户管理 /manager/user
角色管理 /manager/role
菜单管理 /manager/menu
设备管理 /manager/device
工序管理 /manager/organized
### 用户端
首页 /home
#### 有组织
有组织排放 /youzuzhi/paifang 待联调
有组织排放统计 /youzuzhi/paifangtongji 待联调
#### 无组织
无组织排放 /wuzuzhi/paifang 待联调
洗车机管理 /wuzuzhi/xichejiguanli (已做)待联调
环境治理 /wuzuzhi/huanjingzhili 待联调
环卫巡航 /wuzuzhi/huanweixunhang (已做)待联调
#### 清洁运输
清洁运输 /cleanTravel/home 联调完成
厂区车辆台账 /cleanTravel/ledger 联调完成
清洁运输趋势 /cleanTravel/trend
磅秤台账 /cleanTravel/bangcheng (已做)待联调
#### 视频广场
视频广场 /video/list 未做