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

An ABP theme module based on AdminLTE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abp.AspNetCore.Mvc.UI.Theme.AdminLTE

An ABP theme module based on AdminLTE

demo

Although this module is in development stage, it works. You can see the sample project in the src folder.

How to use

  1. Install nuget packages

    • Web project:

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

  2. Add DependsOn attribute

    • Web project:

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

About

An ABP theme module based on AdminLTE

License:MIT License


Languages

Language:JavaScript 82.5%Language:CSS 14.9%Language:C# 1.5%Language:HTML 1.2%