How to use Bootstrap 4 in ASP.NET Core

前端 未结 10 960
故里飘歌
故里飘歌 2020-12-04 05:11

I want to update Bootstrap in ASP.NET Core with NuGet. I used this:

Install-Package bootstrap -Version 4.0.0

It did add the dependencies bu

10条回答
  •  抹茶落季
    2020-12-04 05:53

    Try Libman, it's as simple as Bower and you can specify wwwroot/lib/ as the download folder.

提交回复
热议问题