Sen descrición

zhouna 0aadb2a21e 原版保留 %!s(int64=4) %!d(string=hai) anos
src 0aadb2a21e 原版保留 %!s(int64=4) %!d(string=hai) anos
.gitignore 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
package.json 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
readme.txt 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
server.js 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
webpack.config.js 0aadb2a21e 原版保留 %!s(int64=4) %!d(string=hai) anos

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