Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 1.12 KB

File metadata and controls

79 lines (48 loc) · 1.12 KB

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 10

  • 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 .