coder-cli-dev-template-page-vue3
v1.0.5
Published
```bash ## 确保 npm 使用的镜像源是官方的 npm set registry https://registry.npmjs.org
Downloads
4
Readme
发布项目到 npm 仓库
## 确保 npm 使用的镜像源是官方的
npm set registry https://registry.npmjs.org
## 发布(如果之前没有登录,则需要先登录个人的 npm 帐号)
npm publish
## 发布成功之后,即可在 https://www.npmjs.com/ 网站中通过 package.json 中设置的包名 name 搜索到对应的包