肯定是clone一份到gitHub啦

保存一份修改后的npm包到自己的私有库

1.npm 安装 git 仓库的方式

npm install <git remote url>

 例如

npm install github:mygithubuser/myproject

  

 

 

 2.把package.json的版本地址改成自己github上的

"dependencies": {
    "vue-form-generator": "git+https://github.com/xbb-web/element.git"
}

  

相关文章:

  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2021-12-21
  • 2021-10-15
  • 2022-12-23
  • 2021-05-20
  • 2021-09-28
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
相关资源
相似解决方案