Jazor.Admin
0.12.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Jazor.Admin --version 0.12.0
NuGet\Install-Package Jazor.Admin -Version 0.12.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jazor.Admin" Version="0.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jazor.Admin" Version="0.12.0" />
<PackageReference Include="Jazor.Admin" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Jazor.Admin --version 0.12.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jazor.Admin, 0.12.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Jazor.Admin@0.12.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Jazor.Admin&version=0.12.0
#tool nuget:?package=Jazor.Admin&version=0.12.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Jazor.Admin
定位:面向 Razor-to-Vue 应用的管理壳契约与原生组件库。
Jazor.Admin 是库项目,提供可复用的应用框架、导航模型和 RazorVue 管理壳组件。samples/JazorAdmin 是消费该库的示例应用;示例中的 TDesign 组合、业务页面、认证和部署策略不构成此包的公共 API。
安装
<ItemGroup>
<PackageReference Include="Jazor" Version="0.9.0" />
<PackageReference Include="Jazor.Vue" Version="0.9.0" PrivateAssets="all" />
<PackageReference Include="Jazor.Admin" Version="0.9.0" />
</ItemGroup>
Jazor.Vue 显式启用 Razor-to-Vue 编译路径;Jazor.Admin 的传递依赖提供 ECMAScript.Style 和 ECMAScript.VueRoute 的基础契约。所有 Jazor 包应使用相同版本。
职责
- 提供导航、面包屑、页面操作、布局模式和应用级显示状态等强类型模型。
- 提供
ApplicationFrame、AdminLayout、SidebarMenu、HeaderBar和PageContainer等原生 RazorVue 管理壳组件。 - 通过
IVueContainerComponent与IVueContainerImplementation<TContainer>支持应用在保持公共容器契约的前提下替换具体实现。 - 以
Href表示普通链接,以RouteTarget表示强类型 Vue Router 导航;路由目标优先于普通链接。
边界
- 本包只拥有应用框架与组件契约,不提供表格、表单、通知、鉴权页面或具体业务功能。
- 主题、语言、灰度等状态由应用控制;本包不持久化用户偏好,也不规定本地化策略。
- UI 库适配属于应用或专用 binding 包的职责。
Jazor.Admin不泄漏第三方组件库的 props。 - 替换容器实现时必须同时满足 props、events 和 slots 契约;组件选择由程序集级
[VueInject]完成。
验证
dotnet build src/Jazor.Admin/Jazor.Admin.csproj
dotnet run --file samples/JazorAdmin/verify-smoke.cs -- --configuration Release
第二个命令验证示例应用对库、Razor SG 产物和容器替换的真实消费路径。
相关文档
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net11.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net11.0
- ECMAScript.Style (>= 0.12.0)
- ECMAScript.VueRoute (>= 0.12.0)
- Jazor (>= 0.12.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-preview.1 | 33 | 9/14/2026 |
| 0.60.0 | 47 | 9/12/2026 |
| 0.50.0 | 49 | 9/11/2026 |
| 0.40.0 | 52 | 9/11/2026 |
| 0.35.0 | 49 | 9/10/2026 |
| 0.34.1 | 48 | 9/9/2026 |
| 0.34.0 | 53 | 9/9/2026 |
| 0.33.0 | 54 | 9/9/2026 |
| 0.32.0 | 53 | 9/8/2026 |
| 0.31.2 | 96 | 9/6/2026 |
| 0.31.1 | 95 | 9/6/2026 |
| 0.31.0 | 90 | 9/4/2026 |
| 0.30.0 | 84 | 9/4/2026 |
| 0.29.0 | 93 | 9/3/2026 |
| 0.28.1 | 92 | 9/2/2026 |
| 0.28.0 | 99 | 9/2/2026 |
| 0.27.0 | 89 | 9/2/2026 |
| 0.26.3 | 97 | 8/31/2026 |
| 0.26.1 | 101 | 8/31/2026 |
| 0.12.0 | 106 | 8/12/2026 |
Loading failed