ASP.NET Core 2.0 extension for using webpack assets in your views. Provides a single API for injecting the static and the dev server assets' paths into razor views. Automatically reloads the static assets' paths when the manifest file changes. Serves the dev server assets through a reverse proxy...
More information
Replacement for SpaBuilder.UseWebpackDevMiddleware() which is declared deprecated in ASP.NET Core 3 and has been deprecated in .NET 5.0. For usage and sample applications see https://github.com/RimuTec/AspNetCore.SpaServices.Extensions
Use Webpack by just adding <webpack /> to your Razor Pages.
(R )azor (W )ebpack (C )omponents is a package that gives you a modern JavaScript / CSS experience when developing with Razor Pages.
RWC seamlessly allows you to use the popular static bundler Webpack with Razor...
More information
Library contains the PrerenderTagHelper class. Port of Microsoft.AspNetCore.SpaServices into .NET 5 by using the Jering.Javascript.NodeJS interop library