lilishop-ui/manager/README.md

38 lines
599 B
Markdown
Raw Permalink Normal View History

2021-05-13 10:56:04 +08:00
# LILISHOP-UI
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
详情点击 [https://cli.vuejs.org/zn/config/](https://cli.vuejs.org/zn/config/).
#### login.vue页面测试时不走权限直接return 318行
#### Main.vue 页面241行修改避免报错
2022-09-02 17:51:33 +08:00
#### main-parts 头部,左侧所有内容
2021-05-13 10:56:04 +08:00
2022-09-02 17:51:33 +08:00
#### decoration 楼层装修模块
2021-05-13 10:56:04 +08:00