# web

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

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

### Run your tests
```
e2e test(端到端测试)
npm run test1     

unit test(单元测试)
npm run unit  
```

### Lints and fixes files
```
npm run lint
```
eslint详细规则:https://eslint.org/docs/rules/

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