Using bootstrap with bower

前端 未结 7 1758
無奈伤痛
無奈伤痛 2021-01-30 05:45

I\'m trying to use bootstrap with bower, but since it clones the whole repo, there is no CSS and other stuff.

Does it means that I need to include building Bootstrap in

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-30 06:38

    There is a prebuilt bootstrap bower package called bootstrap-css. I think this is what you (and I) were hoping to find.

    bower install bootstrap-css
    

    Thanks Nico.

提交回复
热议问题