[ Spoiler ]
Single Page Application(SPA) is really important technology for web apps developers.
In ASP.NET Core, there is SPA integration feature.
You can see it on create a new project wizard...
Hello , Thank you for the reply. You were right , I did not have it. I've installed the bundle and the 500 error is gone but now I get blank page ( I guess this is progress 🙂 )
The API works though, even with blank page typing "api/Values/" in the url shows values.
So it's just the html content that wasn't compiled properly. I think paths are the problem
By the way , I'm working with your unchanged solution downloaded from git.
To fix the paths I tried adding vue.config.js file to client-app folder ( same level as package.json) with following content: