Sample ASP.NET Core hosting Single Page Applications (SPA)
8.6K
NetLah.Extensions.SpaServices.Hosting is a library support setting ASP.NET Core SpaServices hosting from configuration.
<ItemGroup>
<PackageReference Include="NetLah.Extensions.SpaServices.Hosting" />
</ItemGroup>
builder.AddSpaApp();
...
var app = builder.Build();
app.UseSpaApp(action: app => app.UseSerilogRequestLoggingLevel());
app.Run();
Content type
Image
Digest
sha256:3160fdf36…
Size
69.5 MB
Last updated
3 days ago
docker pull netlah/spa-host-sample