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

拜拜、爱过 提交于 2019-12-05 04:17:20

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:

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