MauiBlazorTemplate icon indicating copy to clipboard operation
MauiBlazorTemplate copied to clipboard

Template for MAUI Blazor Applications

Results 4 MauiBlazorTemplate issues
Sort by recently updated
recently updated
newest added

I want to be able to run `dotnet new mauiblazortemplate` Follow steps on https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates

THis other GitHub project is simular and helped me a lot. It may help you with the common shared UI you mentioned on the Readme page. https://github.com/one1lion/maui-blazor-web-template

enhancement

I added Microsoft Identity to my API with a controller to handle user login which sends back a token to the UI frontends. The same controller also handles logout, registration,...

enhancement

- [ ] Include everything that is needed to deploy all 3 applications (Backend, Web, Mobile)