no message

Former-commit-id: 49bb4a7a62f911f34e1b66dae3d5231f325d751b
Former-commit-id: 49e6a8b9d6b102eb8e6c7e48c9ad49ad07e4e06c
Former-commit-id: ca09927e11a64bfc7d78e5718abe0a0c1c8b66f9
This commit is contained in:
liyang 2018-05-28 16:32:08 +08:00
parent fe35337a7f
commit 95b0b5ef4e
1 changed files with 35 additions and 0 deletions

View File

@ -109,6 +109,41 @@
├─ package-lock.json
└─ package.json
```
## 使用
安装依赖
```
npm i
```
运行
```
npm run dev
```
在以下环境测试可用
```
➜ ~ npm -v
5.6.0
➜ ~ node -v
v8.11.1
➜ ~ nrm -V
1.0.2
➜ ~ nrm ls
npm ---- https://registry.npmjs.org/
cnpm --- http://r.cnpmjs.org/
* taobao - https://registry.npm.taobao.org/
nj ----- https://registry.nodejitsu.com/
rednpm - http://registry.mirror.cqupt.edu.cn/
npmMirror https://skimdb.npmjs.com/registry/
edunpm - http://registry.enpmjs.org/
```
> 不建议使用 `cnpm`
## 预览