Blazor Microfrontend Library Template¶
The ConnectSoft Blazor Microfrontend Library Template produces a multi-project solution: Blazor Server shell, Blazor WebAssembly microfrontends, BFF API, and Shared.Contracts, with optional tests and UI kit adapter choice.
CLI¶
- Identity:
ConnectSoft.Blazor.MicrofrontendLibraryTemplate - Short name:
connectsoft-blazor-mfe
For a standalone shell-only app, use ConnectSoft.Blazor.ShellTemplate (connectsoft-blazor-shell).
The authoring repository builds on .NET 10 (net10.0); global.json pins the 10.x SDK with rollForward.
Engine model¶
sourceName:ConnectSoft.Blazor.MicrofrontendLibraryTemplateAuthoringMode: reserves authoring-only projects (including ScaffoldTests) in the template repo.- Ports (
ShellPort,BffApiPort, etc.) use numericreplacesonly — not name tokens.
Parameter reference: parameters.md.