[Vuejs]-How to deploy nuxt js in production without hotreloading?

0👍

Build nuxt.js to another directory then that containing your website.

When build is complete replace old website files with new build (you can write simple bash script for this).

Leave a comment