1.0.0 • Published 3 years ago

lwf-npm-init v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago
  • 安装nrm(NPM 源管理器)
npm install -g nrm
  • 列出可用的源
nrm ls
  • 切换源
nrm use npm

Registry has been set to: https://registry.npmjs.org/
  • 登录
npm login
  • 测试是否登录
npm whoami
  • 设置代理
npm config set proxy="http://127.0.0.1:10800"      

npm config set https-proxy="http://127.0.0.1:10800"
  • 发布命令
npm publish
  • 更新包
修改 package.json 的version版本

然后重新npm publish发布包

note

  • npx 使用当前项目的依赖

  • 手把手教你搭建npm私有仓库及发布高质量的npm包

https://www.cnblogs.com/liuming666/p/12470522.html
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago