• Stars
    star
    116
  • Rank 302,543 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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