Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:56:31.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T21:20:46.294Z (19 days ago)
- Topics: abp, module, theme
- Language: JavaScript
- Size: 58.9 MB
- Stars: 119
- Watchers: 9
- Forks: 32
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abp.AspNetCore.Mvc.UI.Theme.AdminLTE
[![NuGet](https://img.shields.io/nuget/v/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE.svg?style=flat-square)](https://www.nuget.org/packages/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE)
[![NuGet Download](https://img.shields.io/nuget/dt/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE.svg?style=flat-square)](https://www.nuget.org/packages/Abp.AspNetCore.Mvc.UI.Theme.AdminLTE)An [ABP](http://abp.io) theme module based on [AdminLTE](https://adminlte.io/)
![demo](doc/images/demo.png)
# 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