如何从 github 安装一个不在 NPM 上的 Vue 2 包?

How to install a Vue 2 package from github that it is not on NPM?

提问人:GUIJS 提问时间:12/1/2022 更新时间:12/2/2022 访问量:37

问:

我正在做一个个人 Vue 2 项目,我需要将 vue-typeahead-bootstrap 包从 2.12.0 更新到 2.13.0,但只有 2.12.0 发布在 NPM 上。我真的需要 2.13.0 中包含的更新。

如何在没有 NPM 的情况下从 github 安装包?

npm vuejs2 提前输入

评论


答:

2赞 xyos 12/2/2022 #1

可以安装带有标记的 GitHub 存储库:

npm install github:mattzollinhofer/vue-typeahead-bootstrap#2.13.0