Skip to content

wakuflair/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE

Repository files navigation

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