Integration with .net core projects
Hello,
do you have tutorial for integrating theme with existing net core projects? For example if I want to use theme for .net core identity and some other areas in application?
Thanks,
Carlo
Replies (1)
Hi Carlo,
At the moment we do not have such a tutorial, we will consider including this in future releases.
To use our theme in your project you should include theme main CSS and JavaScript files, the rest of the plugins are optional.
Mandatory CSS files:
<link href="/metronic8/demo1/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css">
<link href="/metronic8/demo1/assets/css/style.bundle.css" rel="stylesheet" type="text/css">
Mandatory scripts"
<script src="/metronic8/demo1/assets/plugins/global/plugins.bundle.js"></script>
<script src="/metronic8/demo1/assets/js/scripts.bundle.js"></script>
Also to use the same font style, you need to include a link tag below.
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700">
Other javascript and CSS files depending on the page and plugin which you are planning to use.
To customize bundler you can refer to our documentation: https://preview.keenthemes.com/html/metronic/docs/getting-started/customization/custom-bundles
Regards,
Lauris Stepanovs,
Keenthemes Support Team