Jazor.Vue
0.1.46
See the version list below for details.
dotnet add package Jazor.Vue --version 0.1.46
NuGet\Install-Package Jazor.Vue -Version 0.1.46
<PackageReference Include="Jazor.Vue" Version="0.1.46" />
<PackageVersion Include="Jazor.Vue" Version="0.1.46" />
<PackageReference Include="Jazor.Vue" />
paket add Jazor.Vue --version 0.1.46
#r "nuget: Jazor.Vue, 0.1.46"
#:package Jazor.Vue@0.1.46
#addin nuget:?package=Jazor.Vue&version=0.1.46
#tool nuget:?package=Jazor.Vue&version=0.1.46
Jazor.Vue
Jazor.Vue is the explicit Razor-to-Vue integration package for Jazor.
It installs the generator-driver hook that consumes the final Roslyn Compilation produced by the official Razor source generator. Razor component BuildRenderTree operations are lowered to Vue render-function modules and registered in Jazor.Generated.VueRenderCatalog for Jazor.Emit.
Install
<ItemGroup>
<PackageReference Include="Jazor" Version="0.1.31" />
<PackageReference Include="Jazor.Vue" Version="0.1.31" PrivateAssets="all" />
</ItemGroup>
The package is opt-in and must be used together with Jazor, which supplies the shared analyzer dependencies. Referencing Jazor alone does not install the Razor hook, scan Razor components, or generate a Vue render catalog. Jazor.Vue packages only the merged Jazor.RazorVue analyzer assembly so shared generators are loaded exactly once.
No Razor host-output property is required. The integration does not use EnableRazorHostOutputs, RazorCodeDocument, RazorCSharpDocument, or a second parse of generated C#.
Output
JazorMode only selects output materialization:
| Value | Result |
|---|---|
none |
Default. No output. |
debug |
Modules, source maps, and manifest. |
release |
Production bundle and source map. |
JazorDir defaults to $(MSBuildProjectDirectory)\wwwroot\jazor\. JazorTool is used only when JazorMode=release.
Learn more about Target Frameworks and .NET Standard.
-
net11.0
- No dependencies.
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 |
|---|---|---|
| 0.15.0 | 37 | 8/15/2026 |
| 0.14.0 | 41 | 8/14/2026 |
| 0.13.0 | 63 | 8/12/2026 |
| 0.12.0 | 59 | 8/12/2026 |
| 0.11.0 | 73 | 8/11/2026 |
| 0.10.0 | 75 | 8/11/2026 |
| 0.9.0 | 66 | 8/11/2026 |
| 0.8.3 | 74 | 8/11/2026 |
| 0.8.2 | 70 | 8/11/2026 |
| 0.7.0 | 89 | 8/10/2026 |
| 0.6.0 | 88 | 8/10/2026 |
| 0.5.0 | 81 | 8/9/2026 |
| 0.4.0 | 80 | 8/9/2026 |
| 0.3.4 | 82 | 8/9/2026 |
| 0.3.3 | 85 | 8/7/2026 |
| 0.3.2 | 88 | 8/6/2026 |
| 0.1.48 | 101 | 8/5/2026 |
| 0.1.47 | 93 | 8/5/2026 |
| 0.1.46 | 90 | 8/5/2026 |
| 0.1.45 | 93 | 8/5/2026 |