Js通過npm的形式安裝
官網(wǎng)
創(chuàng)建賬號
執(zhí)行命令
npm init
npm install -g 檢查是否報錯
npm link(旨在安裝開發(fā)包并實時查看更改截珍,而無需繼續(xù)重新安裝)
npm login --registry http://registry.npmjs.org 登錄npm賬號
npm publish --registry http://registry.npmjs.org 上傳代碼到npm包管理庫
-
npm install xxx --save
- 其他項目需要使用
npm version patch 更新版本號
修改后再次發(fā)布