Info
Version: | 2.0.0-beta4 |
Author(s): | Sergey Solovev |
Last Update: | Saturday, September 29, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sergeysolovev/webpack-aspnetcore |
NuGet Url: | https://www.nuget.org/packages/Webpack.AspNetCore |
Install
Install-Package Webpack.AspNetCore
dotnet add package Webpack.AspNetCore
paket add Webpack.AspNetCore
Webpack.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.0.0)
- Microsoft.AspNetCore.StaticFiles(>= 2.0.0)
Tags
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 middleware and the static assets through StaticFile middleware.