ASP.net core?
[issue link]Is there anyway to integrate Nuxt with asp.net core? I’m able to get Vue.js to work using the AspNetCore.SpaServices and adding “app.UseDefaultFiles();” to the pipeline to serve up a static html file and have vue-router take it from there. Looking at nuxt there’s no static index.html so I’m getting a 404 of course. Any advise will be greatly appreciated. TIA.