Bootstrap: How do I identify the Bootstrap version?

后端 未结 11 1244
借酒劲吻你
借酒劲吻你 2021-01-31 12:43

I want to update Bootstrap on a site, but I don\'t know the installed version.

How can I identify the bootstrap version, with only bootstrap.css and bootstrap.min.js fil

11条回答
  •  野的像风
    2021-01-31 13:39

    Open package.json and look under dependencies. You should see:

      "dependencies": {
        ...
        "bootstrap-less": "^3.8.8"
        ...
        }
    

    for angular 5 and over

提交回复
热议问题