Aucune description

zhouna 813e1fc56e 环境测试 il y a 5 ans
src 813e1fc56e 环境测试 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
```