No Description

Luolei 2fa9b8e9a6 接口对接 6 years ago
src 2fa9b8e9a6 接口对接 6 years ago
.gitignore 27977e338f start 6 years ago
package.json c7607eab28 11 6 years ago
readme.txt 4d19945f59 设置最小宽度 6 years ago
server.js 27977e338f start 6 years ago
webpack.config.js fb653a378b 数据服务模式接口修改 6 years ago

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