ASP.NET Core hosting Single Page Applications (SPA)
7.0K
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:1dd86fd67…
Size
69.5 MB
Last updated
3 days ago
docker pull netlah/spa-host