Jinjinov / blazor-wasm-maui-winforms-wpf-template

Minimal Blazor template with WASM, MAUI, WinForms and WPF projects that share the same razor, cs and css files in a RCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlazorTemplate

Minimal Blazor template with WASM, MAUI, WinForms and WPF projects that share the same razor, cs and css files in a RCL.

Index.razor, app.css, _Imports.razor and Main.razor are all in RCL, only index.html is duplicated in the WASM, MAUI, WinForms and WPF projects.

You can define all your components and pages in the RCL.

About

Minimal Blazor template with WASM, MAUI, WinForms and WPF projects that share the same razor, cs and css files in a RCL

License:MIT License


Languages

Language:C# 44.8%Language:HTML 22.3%Language:JavaScript 17.4%Language:CSS 15.5%