Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding SPA to .NET Core Web API

I want to add a separately developed Vue-based SPA to a .NET Core Web API project.

How do I bundle my Vue app with the Web API project?


1 Answers

The question has already been answered, though with a different focus, here: What is the difference between UseStaticFiles, UseSpaStaticFiles, and UseSpa in ASP.NET Core 2.1?