Open recruitans opened 2 years ago
@EngincanV, did you have success to implement the Metronic theme?
@EngincanV, did you have success to implement the Metronic theme?
I have implemented custom themes but did not try to implement Metronic theme but I'll try when I have time.
@EngincanV
When you implemented other themes, did you come across any situation in which a template provider provides a javascript bundle with jquery already embedded? And what's worse, with a version different from the version used by Abp? Do you know if there is a way to remove a specific file from the Abp bundle? In this case, I need to remove jquery from Abp and use the one that already comes in the template? For example, I would like to remove the JQueryScriptContributor from the bundle and have control over how to add jquery and abp.jquery.js.
@EngincanV
When you implemented other themes, did you come across any situation in which a template provider provides a javascript bundle with jquery already embedded? And what's worse, with a version different from the version used by Abp? Do you know if there is a way to remove a specific file from the Abp bundle? In this case, I need to remove jquery from Abp and use the one that already comes in the template? For example, I would like to remove the JQueryScriptContributor from the bundle and have control over how to add jquery and abp.jquery.js.
Unfortunately, you can't completely remove the JQuery dependency, all of the modules use JQuery.
Hi, Since lepton is still developing on the UI side, we have to research alternatives on the UI side while developing our products. I think an article about the widely used metronic template will solve many people's problems with the UI. An article about the correct implementation of Metronic8 to the Abp MVC application will be very useful. thanks in advance
ABP Framework version : 5.0.0 User Interface : MVC Your database provider : EF Core