Aucune description

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

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
```