ardalis / modulith

Modulith is a dotnet new template for Modular Monoliths. It streamlines the creation of new .Net solutions and the addition of modules to existing ones.
MIT License
98 stars 9 forks source link

Add UI project templates #31

Closed david-acm closed 3 weeks ago

david-acm commented 3 months ago

Adds the option to include a UI blazor project as part of a new module instantiation by using the option -WithUi

ardalis commented 2 months ago

How's this coming?

david-acm commented 1 month ago

@ardalis apologies that this has been open for so long. I just resumed today where I left off. The latest changes add the capability to create a solution with a Blazor UI and to add new modules with UI. Docs are also updated describing how to use the new functionality.

I had left the branch protection on for the main branch so I can neither complete the PR nor push changes to main. But rather than merging myself, I could use your feedback on how I proceeded to implement the UI side of the module. A description can be found in this section of the readme