blazorhero / CleanArchitecture
- понедельник, 22 марта 2021 г. в 00:25:02
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Open Sourced Solution Template For Blazor Web-Assembly 5.0 built with MudBlazor Components
Read the Documentation »
Report Bug
·
Request Feature
BlazorHero is a Clean Architecture Solution Template for Blazor Webassembly 5.0 built with MudBlazor Components.
Youtube Preview Video Coming Soon! Meanwhile here is a quick video uploaded to my Facebook page (https://www.facebook.com/codewithmukesh/posts/269621381402304)
Getting started with Blazor Hero – A Clean Architecture Template built for Blazor WebAssembly using MudBlazor Components. This project will make your Blazor Learning Process much easier than you anticipate. Blazor Hero is meant to be an Enterprise Level Boilerplate, which comes free of cost, completely open sourced.
The provided documentation / guide will get you started with BlazorHero in no-time. It provides a complete walkthrough about the project with to-the-point guides and notes.
Make sure you are running on the latest .NET 5 SDK (SDK 5.0 and above only). Get the latest one here.
Visual Studio 2019 (v16.8+) (You can check out my Installation Guide of Visual Studio 2019 Community which is completely Free to use.) Make sure that ASP.NET and web development workload is installed.
Install the latest .NET & EF CLI Tools by using this command :
dotnet tool install --global dotnet-ef
Contributions are what make the open-source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Here are the few contributions that I would highly appreciate ;)
@inject Microsoft.Extensions.Localization.IStringLocalizer<Login> localizer
to every page, changing the texts to @localizer["Text Here"]
and finally adding resx files to the Resources Folder as per the folder structure.Distributed under the MIT License.
Has this Project helped you learn something New? or Helped you at work? Do Consider Supporting. Here are a few ways by which you can support.