A simple management system template written using Blazor and MudBlazor.
-
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
-
.NET 9
-
Blazor
-
MudBlazor
-
Entity Framework Core
- Clone the repository
- Navigate to the src/BlazorAdmin directory
- Run
dotnet restore
to restore dependencies - Run
dotnet run --project BlazorAdmin.Web
to start the application - Open your browser and navigate to
https://localhost:37219
Username:BlazorAdmin
Password:BlazorAdmin
-
Enter the folder:
cd src
-
Install the template:
dotnet new install .
-
Create a new project in other folder:
dotnet new batpl -n YourProjectName
-
Uninstall the template in src folder:
dotnet new uninstall .