https://github.com/wakuflair/abp.aspnetcore.mvc.ui.theme.adminlte
An ABP theme module based on AdminLTE
https://github.com/wakuflair/abp.aspnetcore.mvc.ui.theme.adminlte
abp module theme
Last synced: 7 months ago
JSON representation
An ABP theme module based on AdminLTE
- Host: GitHub
- URL: https://github.com/wakuflair/abp.aspnetcore.mvc.ui.theme.adminlte
- Owner: wakuflair
- License: mit
- Created: 2019-11-30T01:50:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:56:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T05:05:39.575Z (7 months ago)
- Topics: abp, module, theme
- Language: JavaScript
- Size: 58.9 MB
- Stars: 118
- Watchers: 8
- Forks: 32
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abp.AspNetCore.Mvc.UI.Theme.AdminLTE
[](https://www.nuget.org/packages/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE)
[](https://www.nuget.org/packages/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE)
An [ABP](http://abp.io) theme module based on [AdminLTE](https://adminlte.io/)

# How to use
1. Install nuget package
* Web project:
`Install-Package Abp.AspNetCore.Mvc.UI.Theme.AdminLTE`
1. Replace theme module depend
* Web project:
``` csharp
...
[DependsOn(
...
// typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(AbpAspNetCoreMvcUiAdminLTEThemeModule),
...
]
public class YourWebModule : AbpModule
{
...
}
```
1. Enjoy