Skip to content

Solution structure

Solution: ConnectSoft.Blazor.Mfe.Logistics.Template.slnx.

src/ConnectSoft.Blazor.Mfe.Logistics/   # Sdk.Razor RCL, IsPackable=true, net10.0
├── Pages/Admin/                # Dashboard, Calendar, Locations, EquipmentTypes, EventOrderForm, ...
├── Components/                 # AdminLayout, Routes, StatusHelper
├── Services/                   # Stub queries/commands over SeedDataStore
└── (no root package.json; UIKit/Flowbite via NuGet static assets)
samples/LogisticsDemo.BlazorServer/   # demo host (https://localhost:7120)
tests/...UnitTests/             # 12 MSTest files (stub service tests)
docs/integration.md             # Flowbite CSS/JS load order

Frameworks and dependencies

  • TFM: net10.0.
  • UIKit Flowbite adapter only (no DaisyUI/Tokens parameterization).
  • Central Package Management via Directory.Packages.props.

See also