Coding Shorts: Hosting SPAs in ASP.NET Core



Coding Shorts: Hosting SPAs in ASP.NET Core

Coding Shorts: Hosting SPAs in ASP.NET Core

I’ve been talking with clients for a long time about hosting a SPA (e.g. Vue, Angular, React, Svelte, etc.) in ASP.NET Core projects. I’ve tried a lot of approaches and in this video, I show you how I got there and what I think you should be doing now.

UPDATE:
I did find out that the dual-StaticFiles is not the right approach. To get asp-append-version working, please see the subsequent blog post:

https://wildermuth.com/2022/04/25/multiple-directories-for-static-files-in-aspnetcore/

If you like this video, you might like other videos in my Instructional Videos:

– https://www.youtube.com/playlist?list=PLtOvnDRdH12e3vOq4zvpI2cKsancIwMcP

Or my Pluralsight Courses:

– https://shawnl.ink/psauthor

Comments are closed.