VOOZH about

URL: https://www.nuget.org/packages/BlazorGenerator/

⇱ NuGet Gallery | BlazorGenerator 1.3.162




BlazorGenerator 1.3.162

Suggested Alternatives

BlazorEngine

Additional Details

BlazorGenerator has changed its name!
From now on, use the new Nuget package "BlazorEngine"

dotnet add package BlazorGenerator --version 1.3.162
 
 
NuGet\Install-Package BlazorGenerator -Version 1.3.162
 
 
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="BlazorGenerator" Version="1.3.162" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazorGenerator" Version="1.3.162" />
 
Directory.Packages.props
<PackageReference Include="BlazorGenerator" />
 
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 BlazorGenerator --version 1.3.162
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BlazorGenerator, 1.3.162"
 
 
#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 BlazorGenerator@1.3.162
 
 
#: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=BlazorGenerator&version=1.3.162
 
Install as a Cake Addin
#tool nuget:?package=BlazorGenerator&version=1.3.162
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 Nuget

BlazorGenerator

You create the models and BlazorGenerator will create the pages! All the components are made from Microsoft Fluent UI.

What types of UI handle?

  1. List Pages
  2. Card Pages
  3. Worksheet Pages
  4. Two List (side-by-side) Pages
  5. Auto-add menu via Attribute
  6. Actions: functions decored with the "PageAction" attribute will be shown as buttons on the pages
  7. GridActions: functions decored with the "PageAction" attribute will be shown as buttons on datagrid rows
  8. Custom razor page: just use razor normally!

Getting Started

Look at the Server/WebAssembly/Maui Project and see by yourself

Note for NET MAUI

add in your index.html before the webassembly script <script app-name="MauiApp1" src="./_content/Microsoft.FluentUI.AspNetCore.Components/js/initializersLoader.webview.js"></script>

In the tag <BlazorGenApp> add this parameter BlazorGenRenderMode="null"

Contributing

I'm a lonely programmer, feel free to open issues or submit Pull Requests!

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.162 281 1/15/2025 1.3.162 is deprecated because it is no longer maintained.
1.3.161 229 1/13/2025 1.3.161 is deprecated because it is no longer maintained.
1.3.160 219 1/13/2025 1.3.160 is deprecated because it is no longer maintained.
1.3.159 215 1/13/2025 1.3.159 is deprecated because it is no longer maintained.
1.3.158 232 1/13/2025 1.3.158 is deprecated because it is no longer maintained.
1.3.157 275 1/10/2025 1.3.157 is deprecated because it is no longer maintained.
1.3.156 248 1/10/2025 1.3.156 is deprecated because it is no longer maintained.
1.3.155 245 1/2/2025 1.3.155 is deprecated because it is no longer maintained.
1.3.154 253 12/31/2024 1.3.154 is deprecated because it is no longer maintained.
1.3.153 251 12/30/2024 1.3.153 is deprecated because it is no longer maintained.
1.3.152 248 12/27/2024 1.3.152 is deprecated because it is no longer maintained.
1.3.151 274 12/20/2024 1.3.151 is deprecated because it is no longer maintained.
1.3.150 239 12/20/2024 1.3.150 is deprecated because it is no longer maintained.
1.3.149 267 12/10/2024 1.3.149 is deprecated because it is no longer maintained.
1.3.148 288 11/22/2024 1.3.148 is deprecated because it is no longer maintained.
1.3.147 292 11/20/2024 1.3.147 is deprecated because it is no longer maintained.
1.3.146 271 11/13/2024 1.3.146 is deprecated because it is no longer maintained.
1.3.145 245 11/13/2024 1.3.145 is deprecated because it is no longer maintained.
1.3.142 272 11/11/2024 1.3.142 is deprecated because it is no longer maintained.
1.3.141 283 11/8/2024 1.3.141 is deprecated because it is no longer maintained.
Loading failed