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
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">
<script src="assets/plugins/global/plugins.bundle.js"></script>
<script src="assets/js/scripts.bundle.js"></script>
.cshtml
component from our Asp.Net-Core version or plain HTML markup from our primary version.