Sin descripción

zhouna d50bfc86f1 测试2 hace 5 años
src d50bfc86f1 测试2 hace 5 años
.gitignore 72ae3c902f 初始环境 hace 5 años
package.json 72ae3c902f 初始环境 hace 5 años
readme.txt 72ae3c902f 初始环境 hace 5 años
server.js 72ae3c902f 初始环境 hace 5 años
webpack.config.js 108df0a4bd 运行质控 hace 5 años

readme.txt

## install dependencies
```
npm install
```

### serve with hot reload at localhost:8080
```
npm run server/dev
```

### build for production with minification
```
npm run build
```