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.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c914">#c914</a>)</em></sub></div>