zzmzaizai / MauiBlazorTemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitmoji Build and deploy - Blazor Build and deploy - API Build - MAUI apps

Maui + Blazor Solution Template

Template for MAUI Blazor Applications.

Contains the basic solution structure needed to build an app that can run on the web, mobile and desktop. I will continue to build and improve this template, so feedback welcome 😊

πŸ› Solution structure

πŸ“¦ MauiBlazor.sln
┣ πŸ“‚ src
  ┣ πŸ“‚ MauiBlazor.UI
    ┣ πŸ“‚ MauiBlazor.UI.Core
    ┣ πŸ“‚ MauiBlazor.UI.Mobile
    ┣ πŸ“‚ MauiBlazor.UI.Web
  ┣ πŸ“‚ MauiBlazor.Shared
  ┣ πŸ“‚ MauiBlazor.WebApi

Currently there is no template to automatically kick you off and have a single UI that can be used on a website and a MAUI app.
I hope to save developers a ton of work.
Check out my blog where I dive a bit deeper into the purpose of each project https://medium.com/@bradystroud/maui-blazor-template-84cb6b8db97

Brady

About

License:MIT License


Languages

Language:C# 60.0%Language:CSS 21.6%Language:HTML 18.4%