Delights
Delights is my collection of useful tools in life.
It's built on a light modular framework Modulight.
Visit here for details about the modular framework.
Project guide
- Modulight.Modules.Core Core types for Modulight framework.
- Modulight.Modules.Client.RazorComponents Basic types for razor component client modules.
- Modulight.Modules.Server.AspNet Basic types for aspnet server modules.
- Modulight.Modules.Server.GraphQL Basic types for graphql server modules.
- Delights.UI UI hosting for modules.
- Delights.Client Blazor Server hosting.
- Delights.Client.WebAssembly Blazor WebAssembly hosting.
- Delights.Client.WebAssembly.Host Blazor WebAssembly ASP.NET hosting.
-
Hello module A demo module.
- Hello Client module.
- Hello.Core Shared manifest between client & server module.
- Hello.UI UI (pages) for client module.
- Hello.Server Server module.