[Vuejs]-How do I deploy a Nuxtjs static site to Hostgator or another shard hosting provider?

0👍

if you build for static you just need to upload /dist content

nuxt.config.js

target: 'static',

terminal: nuxt generate

Leave a comment