1.0.0 • Published 4 years ago

lwf-npm-init v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago