【发布时间】:2019-05-21 17:46:53
【问题描述】:
如何将我的 react-app 3rd 方包上传到内网中的 nexus?
环境细节。
1.linux pc(服务器)
- 已安装 nexus,并将使用私有 repo。
- 还将使用我的 react 应用部署与 jenkins
- 它只在我的本地电脑上使用 Intranet
2.我的本地电脑
- 开发的反应应用程序。有 npm 第三方包。
- 可以使用互联网。
问题。
我必须将第 3 方 npm 包(如 react、react-redux、material-ui ....)移动到 nexus。因为使用 jenkins 进行部署。
但我不知道。如何将我的本地 pc 3rd 方包移到 nexus 中?
【问题讨论】:
标签: reactjs jenkins npm repository nexus