How to use Material-UI in asp.net mvc project

浪子不回头ぞ 提交于 2019-12-07 01:43:46

问题


Is there a way of using Material-UI without having to go through installing all of the dependencies using NodeJS. I would love to use this in an ASP.NET Project but dont know where to begin as per installing dependencies and all of that.


回答1:


it's very easy.. Follow the below steps.

  1. Commit all the existing changes to your source control or backup existing code.
  2. delete or comment twitter bootstrap bundles in bundle config.
  3. using NPN .. install material design lite package.
  4. add all the .css and .js references to bundles.
  5. add new bundles you added to the layout page.
  6. Remember to change all the class that uses twitter bootstrap to material design lite.

useful sources:

  • Learning Material Design
  • MDL Website


来源:https://stackoverflow.com/questions/34934960/how-to-use-material-ui-in-asp-net-mvc-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!