Bootstrap Nuget Package

Anyone who recommends the Nuget package for Twitter Bootstrap for an ASP.NET MVC 4 application? I'm not too crazy about what's on nuget.org. What are you using?

+5
source share
4 answers

I downloaded it from the official site directly into the ASP.NET MVC project. This is a bit more work, but at least I have full control and I know what I get.

There's also Kickstrap , which I haven't tested yet, but seems promising.

Note. You must configure the path to the image folder from "../img/" to "/", otherwise CSS packages in ASP.NET MVC 4 do not load images as expected.

+3
source

, , - .

github sirkirby: https://github.com/sirkirby/twitter-bootstrap-nuget

  • " Twitter.Bootstrap", Nuget . css/js/image Content. ( , > twitter.Bootstrap/Twitter.Bootstrap.nuspec).

" Twitter.Bootstrap" = -.

  • " Twitter.Bootstrap.MVC", "BundleConfig.cs", . .

" Twitter.Bootstrap.MVC" = - + .

  • Bootstrap .LESS .CSS, Twitter.Bootstrap.Less.

-

NuGet , .

+6

There is another package you might find useful: TwitterBootstrapMVC .

The article contains links to the repository and embedded video.

This library has nothing to do with forests or bunches. This is a library of html helpers that basically makes it easy to write form-related materials.

0
source

All Articles