I converted a static VB.net Asp.net site (KYexports.com) over to Nuxt.js. This makes the site super fast since Nuxt generates and deploys static HTML and CSS. Nuxt allows the site to be laid and built using templates, partials and all the nice things that modern development affords while generating and building the site much faster than with traditional Asp.net development. The site was fairly straight forward and didn't require much special handling. The static files are published and deployed on Windows IIS.