No Description

zhangxc 3aa10686bf 展开收起图片处理 4 years ago
src 3aa10686bf 展开收起图片处理 4 years ago
.gitignore 27977e338f start 6 years ago
package.json 15962b718a 配置默认打开页面 6 years ago
readme.txt 4d19945f59 设置最小宽度 6 years ago
server.js 27977e338f start 6 years ago
webpack.config.js 2970816e41 bug5858 4 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
```