![]() |
VOOZH | about |
dotnet add package NeoAdmin.Blazor --version 1.0.27
NuGet\Install-Package NeoAdmin.Blazor -Version 1.0.27
<PackageReference Include="NeoAdmin.Blazor" Version="1.0.27" />
<PackageVersion Include="NeoAdmin.Blazor" Version="1.0.27" />Directory.Packages.props
<PackageReference Include="NeoAdmin.Blazor" />Project file
paket add NeoAdmin.Blazor --version 1.0.27
#r "nuget: NeoAdmin.Blazor, 1.0.27"
#:package NeoAdmin.Blazor@1.0.27
#addin nuget:?package=NeoAdmin.Blazor&version=1.0.27Install as a Cake Addin
#tool nuget:?package=NeoAdmin.Blazor&version=1.0.27Install as a Cake Tool
基于 ASP.NET Core Blazor Server 的后台管理框架核心库:NeoUI 组件、FreeSql CRUD、RBAC、字典/参数、定时任务、审批流、REST API 等。
dotnet add package NeoAdmin.Blazor
在宿主 Program.cs 中:
builder.AddNeoAdminSerilog();
builder.Services.AddNeoUIPrimitives();
builder.Services.AddNeoUIComponents();
builder.Services.AddNeoAdmin(builder.Configuration);
builder.Services.AddNeoAdminApi(Assembly.GetExecutingAssembly());
// ...
app.UseNeoAdminSerilogRequestLogging();
app.UseNeoAdmin();
app.MapRazorComponents<YourApp>()
.AddAdditionalAssemblies(typeof(NeoAdmin.Blazor.Components.LayoutAdmin).Assembly)
.AddInteractiveServerRenderMode();
推荐使用 NeoAdmin.Templates 通过 dotnet new neoadmin 生成完整宿主项目。
Core/)按功能划分的平台能力,避免根目录散落多个小文件夹:
| 路径 | 命名空间 | 职责 |
|---|---|---|
Core/Identity/ |
NeoAdmin.Blazor.Core.Identity |
登录、Token、API 统一返回体 |
Core/Authorization/ |
NeoAdmin.Blazor.Core.Authorization |
REST API 路径权限过滤器 |
Core/Navigation/ |
NeoAdmin.Blazor.Core.Navigation |
菜单树、路径解析、菜单 CRUD |
Core/Workflow/ |
NeoAdmin.Blazor.Core.Workflow |
审批流规则与审批按钮定义 |
Core/Scheduling/ |
NeoAdmin.Blazor.Core.Scheduling |
FreeScheduler 注册与任务同步 |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.40 | 42 | 6/27/2026 |
| 1.0.39 | 48 | 6/27/2026 |
| 1.0.38 | 50 | 6/26/2026 |
| 1.0.37 | 44 | 6/26/2026 |
| 1.0.36 | 144 | 6/19/2026 |
| 1.0.34 | 107 | 6/16/2026 |
| 1.0.33 | 97 | 6/16/2026 |
| 1.0.32 | 106 | 6/16/2026 |
| 1.0.31 | 100 | 6/16/2026 |
| 1.0.30 | 105 | 6/15/2026 |
| 1.0.29 | 99 | 6/14/2026 |
| 1.0.28 | 102 | 6/14/2026 |
| 1.0.27 | 113 | 6/13/2026 |
| 1.0.25 | 100 | 6/13/2026 |
| 1.0.24 | 93 | 6/13/2026 |
| 1.0.23 | 104 | 6/13/2026 |
| 1.0.22 | 102 | 6/12/2026 |
| 1.0.21 | 106 | 6/12/2026 |
| 1.0.20 | 101 | 6/10/2026 |
| 1.0.19 | 103 | 6/3/2026 |