Jazor.Vue 0.1.46

There is a newer version of this package available.
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
                    
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.Vue" Version="0.1.46" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jazor.Vue" Version="0.1.46" />
                    
Directory.Packages.props
<PackageReference Include="Jazor.Vue" />
                    
Project file
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.Vue --version 0.1.46
                    
#r "nuget: Jazor.Vue, 0.1.46"
                    
#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.Vue@0.1.46
                    
#: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.Vue&version=0.1.46
                    
Install as a Cake Addin
#tool nuget:?package=Jazor.Vue&version=0.1.46
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

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
Loading failed