Nexus3 配置3

Nexus3 配置3-LMLPHP

  • proxy : 表示设置公网仓库
  • hosted : 设置私网仓库
  • group : 将多个仓库合并在一起

设置 proxy

Nexus3 配置3-LMLPHP

这里我用的 https://registry.npm.taobao.org/

hosted

Nexus3 配置3-LMLPHP

group

Nexus3 配置3-LMLPHP

一个npm管理仓库就基本架好了,接下来开始测试!

npm --loglevel info install jquery  angular  --registry=http://localhost:8081/repository/npm-public/

registry换成对应的地址即可,查看两件东西。

  1. 下载地址是否为你的仓库地址
  2. 你的远程仓库中时候新增了 tgz 信息,如下图

    Nexus3 配置3-LMLPHP

其它的可以参考官方文档:

http://books.sonatype.com/nexus-book/3.4/reference/npm.html
05-08 15:42