Asp.net Core MVC Metronic 9 Guide
Is there a guide somewhere for implementing Metronic 9 into an existing Asp.Net Core MVC Web app? I want to keep the project very light so only need the basic layout and login pages
Replies (1)
Hi Chris,
Thank you for reaching out to us.
For the basic layout and login pages, you only need to include theme mandatory CSS and JS files.
CSS:
<link href="assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.bundle.css" rel="stylesheet" type="text/css"> JS:
<script src="assets/plugins/global/plugins.bundle.js"></script>
<script src="assets/js/scripts.bundle.js"></script> Include the files above and copy
.cshtml component from our Asp.Net-Core version or plain HTML markup from our primary version.Regards,
Lauris Stepanovs,
Keenthemes Support Team