• Stars
    star
    129
  • Rank 278,031 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated 6 months ago

Reviews

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

Repository Details

ABP vnext Mvc UI Theme

Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla

abp framework mvc ui theme package,It uses bootstrap, so it is compatible with abp tag helper.

NuGet NuGet

Getting Started

Create a new project using abp CLI

  • abp new BookStore

Install Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla nuget package to .web project:

  • Install-Package Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla

Open the module class of the .web project and change AbpAspNetCoreMvcUiBasicThemeModule to AbpAspNetCoreMvcUiStislaThemeModule

Replace BasicThemeBundles.Styles.Global with StislaThemeBundles.Styles.Global

All done. Run the project and enjoy coding.

More

Stisla Is a bootstrap-based admin template,see stisla document for more information.