Search code examples
vue.jsweb-deployment

How to do production deployment for vue app?


How to do production deployment for vue app?

I have created vue project(frontend) and backend api are developed using express.js , and now i want to do the production deployment, But not sure what is the procedure?

After running the ""npm run build"" command, i got the dist folder. Where it contains all sort of information required for the project.

Can anyone please tell me the steps for doing the ""production deployment""??

What is the further steps , to proceed with production deployment

production deployment solution that requires a web server. ??


Solution

  • 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.