matthewcorven / Blazor.Shared

Solution containing Blazor Server, Blazor Webassembly, Maui Blazor projects and a shared Razor component library with bare minimum to quickly get started with one codebase for all apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor Shared

Solution containing Blazor Server, Blazor Webassembly and Maui Blazor with a shared Razor component library with bare minimum setup to quickly get started with one component codebase for all three Blazor projects. Includes User authorization login for Maui Blazor

Getting Started

Quickly change the layout for all Blazor projects by editing the App.razor file in the Blazor.Razor.Shared Component library

RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.MainLayout)"

About

Solution containing Blazor Server, Blazor Webassembly, Maui Blazor projects and a shared Razor component library with bare minimum to quickly get started with one codebase for all apps.


Languages

Language:HTML 43.7%Language:CSS 27.8%Language:C# 26.7%Language:JavaScript 1.7%