Compare commits

..

2 Commits

Author SHA1 Message Date
bunny ee84074468 docs: 文档: 📚 删除推送方式 2024-05-09 08:51:11 +08:00
bunny 9ee3aa64e4 docs: 文档: 📚 删除推送方式 2024-05-09 08:49:35 +08:00
2 changed files with 1 additions and 15 deletions

View File

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

View File

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