肯定是clone一份到gitHub啦
保存一份修改后的npm包到自己的私有库
- npm 安装 git 仓库的方式
npm install <git remote url>
例如
npm install github:mygithubuser/myproject
- 把package.json的版本地址改成自己github上的
"dependencies": {
"vue-form-generator": "git+https://github.com/xbb-web/element.git"
}
标签:npm,github,修改,源码,install,git
From: https://www.cnblogs.com/wangrui38/p/16903002.html