【问题标题】:How to install a Vue 2 package from github that it is not on NPM?How to install a Vue 2 package from github that it is not on NPM?
【发布时间】:2022-12-02 01:05:06
【问题描述】:

I'm working on a personal Vue 2 project and I need to update the vue-typeahead-bootstrap package from 2.12.0 to 2.13.0, but only the 2.12.0 is published on NPM. I really need the updates included on the 2.13.0.

How can I install a package from github without NPM?

【问题讨论】:

    标签: npm vuejs2 typeahead


    【解决方案1】:

    you can install a GitHub repo with a tag:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-12-27
      • 2022-12-01
      • 1970-01-01
      • 2022-12-02
      • 2019-09-21
      • 2018-01-20
      • 2022-12-01
      • 2023-02-14
      相关资源
      最近更新 更多