Vue.js Server-side-rendering with Asp.Net Core
If you’re interested in doing Vue server-side rendering in Asp.NET Core without Nuxt.js, Carlos Lisandra wrote up a great tutorial showing how to get this running using NodeServices, which allows your .NET app to execute JavaScript on the server inside a Node.js environment.