windows10(1803)shell
Nexus Repository Manager OSS 3.xnpm
管理員運行 powershell, 切換到 nexus-3.13.0-01/bin 目錄json
$
./nexus.exe /install
進行安裝, 成功後會提示Installed service 'nexus
windows
$
./nexus.exe /run
運行服務, 第一次要耐心等待好久服務器
等待啓動完畢後, 進入 http://127.0.0.1:8081
, 點擊右上角 Sign In
登錄, 默認帳號: admin 密碼: admin123grunt
如下輸入的Name都是根據本身需求修改url
Repositories
, 而後點擊Create repository
按鈕.npm(proxy)
, 輸入 Name: npm-proxy, remote storage 填寫 https://registry.npm.taobao.org 或 https://registry.npmjs.org. 用於將包情求代理到地址地址Create repository
按鈕., 增長 npm(hossted) 輸入 Name: npm-xueyou 用於存放本身的私有包Create repository
按鈕.,增長npm(group) 輸入 Name: npm-all, 下面Member repositories裏選擇以前添加的2個移動右邊npm config set registry http://localhost:8081/repository/npm-all/
這裏的url在倉庫 npm-all 右邊有獲取urlnpm init -y
, npm --loglevel info install grunt
查看是否從本身的倉庫地址拉取包npm login –registry=http://192.168.0.102:8081/repository/npm-all/
進行登錄,須要填寫帳號、密碼以及郵箱npm login --registry=http://192.168.0.102:8081/repository/npm-all/
輸入剛纔新建用戶的用戶和密碼和郵箱確保要發佈的模塊跟目錄有 package.json 文件.net
npm adduser -registry http://192.168.0.102:8081/repository/npm-xueyou/
"publishConfig": { "registry": "http://192.168.0.102:8081/repository/npm-xueyou/" }
, 這樣直接npm publish
就發佈了nexus/bin
目錄添加到環境變量nexus-start.bat
輸入 nexus.exe /run
保存shell:startup
打開 C:\Users\tangdekun\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
目錄, 將文件放進