How to use Bootstrap 4 in ASP.NET Core

前端 未结 10 961
故里飘歌
故里飘歌 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:47

    Use nmp configuration file (add it to your web project) then add the needed packages in the same way we did using bower.json and save. Visual studio will download and install it. You'll find the package the under the nmp node of your project.

提交回复
热议问题