[Vuejs]-How to do production deployment for vue app?

1👍

After doing npm run build, you have successfully created a dist folder that contains your production website. Now you have to deploy it to either your own custom server or you can use services like Firebase Hosting, Vercel, Netlify, etc.

Leave a comment