Skip to content

OdeToCode/UseNodeModules

Repository files navigation

UseNodeModules

ASP.NET Core middleware to serve files from the node_modules directory in the root of the project.

Build status

Installation

    Install-Package OdeToCode.UseNodeModules 

Usage

    public class Startup
    {
        // ...

        public void Configure(IApplicationBuilder app, IHostingEnvironment environment)
        {
            // ...

            app.UseNodeModules(environment);

            // ...
        }
    }

About

ASP.NET Core middleware to serve files from the node_modules directory in the root of the project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published