You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

参考:https://blog.csdn.net/weixin_36873225/article/details/136416561

npm config set registry http://maven.uenpay.com/repository/localnpm/

登录 账号admin 密码1234qwer
npm login --registry=http://maven.uenpay.com/repository/localnpm/
推送依赖
npm publish



npm config set registry https://npm.uenpay.com && npm install && npm run build:dev
  • No labels