# jtxth5.web

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### 生产环境打包

```
npm run build
```

### 测试环境打包

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

```

```

### Customize configuration

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