Anyone recommending a Nuget package for Twitter Bootstrap for an ASP.NET MVC 4 application? I'm not too crazy about what's out there at nuget.org. What are you using?
Installing Bootstrap Bundle This plugin can be downloaded from Visual Studio itself. Just go to Tools, then Extensions and Updates > Online and search for Bootstrap Bundle. Select the plug-in and hit download then install.
NuGet is a Package management system for Visual Studio. It makes it easy to add, update and remove external libraries in our application. Syncfusion publishing all ASP.NET MVC NuGet packages in nuget.org.
Put simply, a NuGet package is a single ZIP file with the . nupkg extension that contains compiled code (DLLs), other files related to that code, and a descriptive manifest that includes information like the package's version number.
The best way to know which one to use, is to look at the package content.
Check this github repository by sirkirby: https://github.com/sirkirby/twitter-bootstrap-nuget
installing "Twitter.Bootstrap" = downloading the bootstrap files from the official website and adding them to your web app.
installing "Twitter.Bootstrap.MVC" = downloading the bootstrap files from the official website and adding them to your web app + adding references for bundling and minification.
--
you can check all other NuGet Packages the same way we just did.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With