# DebuggingToolByBlazor **Repository Path**: qop_1/debugging-tool-by-blazor ## Basic Information - **Project Name**: DebuggingToolByBlazor - **Description**: 使用blazor开发的西门子plc仿真/监控工具 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-08-13 - **Last Updated**: 2026-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### BlazorAdmin A simple management system template written using Blazor and MudBlazor. [中文版](README_zh.md) --- #### 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: ```bash cd src ``` 2. Install the template: ```bash dotnet new install . ``` 3. Create a new project in other folder: ```bash dotnet new batpl -n YourProjectName ``` 4. Uninstall the template in src folder: ```bash dotnet new uninstall . ```