<!--
 * @Author: Jason Liu
 * @Date: 2022-03-10 09:45:50
 * @Desc: 
-->
# winning-webui-doctor-order

## 异常报错处理方式
See [win-design](http://wued.winning-health.com.cn:8088/win-design/views/quick-start.html)

## 安装 win-design
```
npm i win-design --registry http://172.16.9.242:8081/repository/npm-group/
```

## 使用控件
See Json展示控件[vue-json-views](https://zhaoxuhui1122.github.io/vue-json-view/)
```
npm install vue-json-views --save
```

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
