Skip to content

Commit

Permalink
docs: 文档完善
Browse files Browse the repository at this point in the history
  • Loading branch information
叶锦湛 committed Jul 4, 2022
1 parent a0f9191 commit 1c15323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ cd ./packages/vue2
# 修改版本号,接着 publish
# 如果发布 beta 版这个参数 --tag beta
# 如果对外发布需要加这个参数 --access public
npm publish --tag latest-v1
npm publish --tag latest-v1 --access public

cd ../vue3
# 修改版本号,接着 publish。
# 必须先发 Vue2 再发 Vue3,因为 README.md 在 Vue3 的目录,NPM 上显示的是最新包的 README.md
npm publish
npm publish --access public
```

## 文档
Expand Down

0 comments on commit 1c15323

Please sign in to comment.