<<<<<<< HEAD
# 温州重大疾病筛查 
# vue-gicc2.0 wzCritical分支

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

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

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

### Run your tests
```
yarn run test
```

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### 命名规范
```
1、文件夹 统一使用 kebab-case 风格
2、单个文件命名 统一使用  CamelCase
3、emplate中的组件 统一使用 kebab-case
4、组件的引入名 统一使用 CamelCase  
```
=======
1
>>>>>>> 46d2a21e1a4d318978f38f142571c8408db16dfc