How to update and include Twitter Bootstrap 3 on webapp or yo angular?

后端 未结 3 1471
时光说笑
时光说笑 2021-01-01 23:15

I used yo webapp or yo angular to create new a project, and I received Bootstrap include is version 2.3.2, but I want use the latest version of Bootstrap.

How can I

3条回答
  •  时光取名叫无心
    2021-01-01 23:53

    For sass Bootstrap update:

    This Works for me:

    bower install angular-bootstrap
    bower install sass-bootstrap
    

    and select the new versions of both...

    maybe should add a --save

    Note: sass-bootstrap is bean deprecated, is now a official bower for sass version of bootstrap https://github.com/twbs/bootstrap-sass but i dont tried it.

提交回复
热议问题