Abp.AspNetCore.Mvc.UI.Theme.AdminLTE icon indicating copy to clipboard operation
Abp.AspNetCore.Mvc.UI.Theme.AdminLTE copied to clipboard

An ABP theme module based on AdminLTE

Abp.AspNetCore.Mvc.UI.Theme.AdminLTE

NuGet NuGet Download

An ABP theme module based on AdminLTE

demo

How to use

  1. Install nuget package

    • Web project:

      Install-Package Abp.AspNetCore.Mvc.UI.Theme.AdminLTE

  2. Replace theme module depend

    • Web project:

      ...
      [DependsOn(
          ...
          // typeof(AbpAspNetCoreMvcUiBasicThemeModule),
          typeof(AbpAspNetCoreMvcUiAdminLTEThemeModule),
          ...
      ]
      public class YourWebModule : AbpModule
      {
          ...
      }
      
  3. Enjoy