Compare commits

..

No commits in common. "ee840744684c33fd4cd57dfbc11b86ccbd220426" and "89860b509fd1b91ab792d6818b3b0169d12a0b45" have entirely different histories.

2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bunny-cli", "name": "bunny-cli",
"version": "1.1.5", "version": "1.1.4",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View File

@ -34,3 +34,17 @@
4. 将模板中融合路由权限。 4. 将模板中融合路由权限。
5. 修改后台模板,在新增一个后台管理。 5. 修改后台模板,在新增一个后台管理。
6. 会放弃React更新忙不过来。 6. 会放弃React更新忙不过来。
## 推送方式
```
# 查看所有镜像源
nrm ls
# 使用原镜像
nrm use npm
# 推送镜像
npm publish
# 切换原镜像
nrm use taobao
```