BlazorEngine 1.0.3
dotnet add package BlazorEngine --version 1.0.3
NuGet\Install-Package BlazorEngine -Version 1.0.3
<PackageReference Include="BlazorEngine" Version="1.0.3" />
paket add BlazorEngine --version 1.0.3
#r "nuget: BlazorEngine, 1.0.3"
// Install BlazorEngine as a Cake Addin #addin nuget:?package=BlazorEngine&version=1.0.3 // Install BlazorEngine as a Cake Tool #tool nuget:?package=BlazorEngine&version=1.0.3
BlazorEngine
You create the models and BlazorEngine will create the UI pages! All the components are made from Microsoft Fluent UI.
What types of UI handle?
- List Pages
- Card Pages
- Worksheet Pages
- Two List (side-by-side) Pages
- Auto-add menu via Attribute
- Actions: functions decored with the "PageAction" attribute will be shown as buttons on the pages
- GridActions: functions decored with the "PageAction" attribute will be shown as buttons on datagrid rows
- 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 <BlazorEngineApp>
add this parameter BlazorEngineRenderMode="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 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- ClosedXML (>= 0.104.2)
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.12.0)
- Microsoft.FluentUI.AspNetCore.Components (>= 4.11.3)
- Microsoft.FluentUI.AspNetCore.Components.Icons (>= 4.11.3)
- Newtonsoft.Json (>= 13.0.3)
- System.Reflection.Emit (>= 4.7.0)
-
net9.0
- ClosedXML (>= 0.104.2)
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.12.0)
- Microsoft.FluentUI.AspNetCore.Components (>= 4.11.3)
- Microsoft.FluentUI.AspNetCore.Components.Icons (>= 4.11.3)
- Newtonsoft.Json (>= 13.0.3)
- System.Reflection.Emit (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.