We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在项目中引用刚才上传的的npm包:
不同于直接install,而是要指定地址:
npm install git+ssh://git@git.xxxx.com:npm/vue-router-push-hack.git#v1.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2.新建一个tag,这个tag就会打到刚才的 commit 上。两种方式tag
1. git tag v1.0.0
2. git tag -a v1.0.0 -m "这是一段说明tag的文字"
4.git push origin --tags 提交tag
在项目中引用刚才上传的的npm包:
不同于直接install,而是要指定地址:
npm install git+ssh://git@git.xxxx.com:npm/vue-router-push-hack.git#v1.0.2
The text was updated successfully, but these errors were encountered: