abp icon indicating copy to clipboard operation
abp copied to clipboard

Article Request - How to implement Metronic8 to Abp MVC Application.

Open recruitans opened this issue 4 years ago • 4 comments

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

recruitans avatar Dec 15 '21 09:12 recruitans

@EngincanV, did you have success to implement the Metronic theme?

lommez avatar Mar 07 '24 00:03 lommez

@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 avatar Mar 07 '24 05:03 EngincanV

@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.

lommez avatar Mar 07 '24 20:03 lommez

@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.

EngincanV avatar Mar 08 '24 06:03 EngincanV