Sin descripción

zhangxc b4be95b81d bug(5862,5863) hace 4 años
src b4be95b81d bug(5862,5863) hace 4 años
.gitignore 27977e338f start hace 6 años
package.json 15962b718a 配置默认打开页面 hace 6 años
readme.txt 4d19945f59 设置最小宽度 hace 6 años
server.js 27977e338f start hace 6 años
webpack.config.js ca97361e79 修改样式 hace 4 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
```