How can I implement a theme from bootswatch or wrapbootstrap in an MVC 5 project?

后端 未结 6 1758
深忆病人
深忆病人 2020-11-30 16:59

I am about to create a new ASP.Net MVC5 web application. I would like to use a theme from bootswatch or wrapbootstrap in the application, but cannot find a set of instructio

6条回答
  •  难免孤独
    2020-11-30 17:20

    All what you have to do is to select and download the bootstrap.css and bootstrap.js files from Bootswatch website, and then replace the original files with them.

    Of course you have to add the paths to your layout page after the jQuery path that is all.

提交回复
热议问题