Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realLiangshiwei/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla
ABP vnext Mvc UI Theme
https://github.com/realLiangshiwei/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla
Last synced: 3 months ago
JSON representation
ABP vnext Mvc UI Theme
- Host: GitHub
- URL: https://github.com/realLiangshiwei/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla
- Owner: realLiangshiwei
- License: mit
- Created: 2020-03-12T08:08:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T03:59:12.000Z (10 months ago)
- Last Synced: 2024-10-28T13:24:00.120Z (3 months ago)
- Language: JavaScript
- Size: 28.1 MB
- Stars: 130
- Watchers: 7
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-abp - Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla - It uses bootstrap, so it is compatible with abp tag helper (Themes / Community)
README
# 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](https://img.shields.io/nuget/v/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla)](https://www.nuget.org/packages/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla/) [![NuGet](https://img.shields.io/nuget/dt/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla)](https://www.nuget.org/packages/Lsw.Abp.AspNetCore.Mvc.UI.Theme.Stisla/)
## 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.
![](/images/1.png)
## More
[Stisla](https://github.com/stisla/stisla) Is a bootstrap-based admin template,see [stisla document](https://docs.getstisla.com/#/en/2.2.0/overview) for more information.