Convert VB.net Asp.net 4 site to Nuxt.js static site

by John H
~1 minute

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.

Related Articles

Convert VB.net Solution to Asp.net Core

Work to move an old Asp.net 4 web application over to a new C# Asp.net Core MVC project.

John H John H
~1 minute

Convert SQL Db application over to Flat JSON Vue appliation

Vendor listing / filtering application that was originally built in VB.net and SQL server.  The...

John H John H
~1 minute

Website Layout Update

December 2015: Update Website Dinetimehost.com (currently in QA) Technologies include...

John H John H
~1 minute