问题
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.
- Commit all the existing changes to your source control or backup existing code.
- delete or comment twitter bootstrap bundles in bundle config.
- using NPN .. install material design lite package.
- add all the .css and .js references to bundles.
- add new bundles you added to the layout page.
- 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