MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
681 stars 142 forks source link

PWA not working #460

Closed Sharafudeen closed 1 week ago

Sharafudeen commented 1 month ago

Link followed but not working in MudBlazor.Templates

ScarletKuro commented 1 week ago

Link followed but not working in MudBlazor.Templates

Hi,

As the link states, this is only supported with a standalone WebAssembly template, "Blazor WebAssembly Standalone App." Our MudBlazor.Templates contains only the "Web App" (render modes) templates that don't support PWA, and there is no standalone WebAssembly option in our templates. You need to create an original "Blazor WebAssembly Standalone App" from Visual Studio and add MudBlazor manually; it should work.