Sample ASP.NET Core hosting Single Page Applications (SPA)
5.3K
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:910e6046c…
Size
154 MB
Last updated
6 months ago
docker pull netlah/spa-host-sample:1.3.1-10.0-nanoserver-1809