All Projects → wakuflair → Abp.aspnetcore.mvc.ui.theme.adminlte

wakuflair / Abp.aspnetcore.mvc.ui.theme.adminlte

Licence: mit
An ABP theme module based on AdminLTE

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Abp.aspnetcore.mvc.ui.theme.adminlte

Typical
Animated typing in ~400 bytes 🐡 of JavaScript
Stars: ✭ 986 (+1132.5%)
Mutual labels:  module
Import Http
Import modules from URL instead of local node_modules
Stars: ✭ 1,150 (+1337.5%)
Mutual labels:  module
Css Vars Ponyfill
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
Stars: ✭ 1,166 (+1357.5%)
Mutual labels:  module
Antara Gaming Sdk
Komodo Gaming Software Development Kit
Stars: ✭ 51 (-36.25%)
Mutual labels:  module
Electron Progressbar
electron-progressbar provides an easy-to-use and highly customizable API to show and control progress bars on Electron applications.
Stars: ✭ 58 (-27.5%)
Mutual labels:  module
Epee React Admin Ts
🗡简洁、高效、易扩展的 React 快速开发模板,基于布局设计,纯 Hooks 开发,提供全链路类型检查及工具
Stars: ✭ 68 (-15%)
Mutual labels:  module
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-56.25%)
Mutual labels:  module
Agilework
可视化低代码快速开发平台,面向业务、企业管理系统定制开发平台和应用平台,包括设计器、应用端。提供业务配置和集成开发能力,用户通过可视化拖拉拽配置式操作即可快速构建出能同时在PC和移动端运行的各类管理系统,对于企业客户的信息系统在管理模式、业务流程、表单界面、数据可视化展示、IoT管控等个性化需求,可以通过设计器,快速的进行个性化配置。并支持企业微信,公众号,钉钉等移动集成,实现用户跨区域移动办公。从而构建企业个性化的行业应用、集成应用和复杂的业务报表。
Stars: ✭ 76 (-5%)
Mutual labels:  abp
Daggraph
Dagger dependency graph generator for Android Developers
Stars: ✭ 1,140 (+1325%)
Mutual labels:  module
Reexport.jl
Julia macro for re-exporting one module from another
Stars: ✭ 69 (-13.75%)
Mutual labels:  module
Modules
Modules in R
Stars: ✭ 54 (-32.5%)
Mutual labels:  module
Vipera
Project is now called Swift template, check the link ➡️
Stars: ✭ 57 (-28.75%)
Mutual labels:  module
Annotationkit
The annotation implementation using Objective-C
Stars: ✭ 68 (-15%)
Mutual labels:  module
Senpai
💨Making communication📞easier and faster🚅for all 👦 + 👧 + 👴 + 👶 + 🐮 + 🐦 + 🐱
Stars: ✭ 43 (-46.25%)
Mutual labels:  module
Simplenews.io
🏸 A news App,based on the RxJava 、MVP. 基于MVP、RxJava 、Android 组件化的新闻博客客户端.
Stars: ✭ 74 (-7.5%)
Mutual labels:  module
Module Federation Examples
Implementation examples of module federation , by the creators of module federation
Stars: ✭ 979 (+1123.75%)
Mutual labels:  module
Komada
Komada: Croatian for `pieces`, is a modular bot system including reloading modules and easy to use custom commands.
Stars: ✭ 67 (-16.25%)
Mutual labels:  module
Mpa.phonebook
这是一个新手学习ABP教程的demo,如果有什么疑问,可以加群,或者看看下面提供的教程链接。来了的朋友,点一下上面的star吧.
Stars: ✭ 79 (-1.25%)
Mutual labels:  abp
Module Alias
Register aliases of directories and custom module paths in Node
Stars: ✭ 1,191 (+1388.75%)
Mutual labels:  module
Invoice It
📃 Generate your orders or your invoices and export them in html, pdf or buffer easily.
Stars: ✭ 69 (-13.75%)
Mutual labels:  module

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].