Skip to content

aishang2015/BlazorAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorAdmin

A simple management system template written using Blazor and MudBlazor.

中文版


Features:

  • Support Interactive Auto Render Mode

  • Implemented RBAC

  • JWT Authentication

  • Built on Mudblazor

  • Theme light/dark and color switch

  • Localization

  • Audit/Login Log

  • Modularization

  • Quartz Support


Technology stack:

  • .NET 9

  • Blazor

  • MudBlazor

  • Entity Framework Core


Getting Started:

Run the Project:
  1. Clone the repository
  2. Navigate to the src/BlazorAdmin directory
  3. Run dotnet restore to restore dependencies
  4. Run dotnet run --project BlazorAdmin.Web to start the application
  5. Open your browser and navigate to https://localhost:37219
Credentials:

Username:BlazorAdmin

Password:BlazorAdmin

Create New Project from Template:
  1. Enter the folder:

    cd src
  2. Install the template:

    dotnet new install .
  3. Create a new project in other folder:

    dotnet new batpl -n YourProjectName
  4. Uninstall the template in src folder:

    dotnet new  uninstall .

About

Template written using Blazor and MudBlazor. 使用Blazor和MudBlazor开发的基础项目模板

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published