PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, July 13, 2022

[FIXED] How to do production deployment for vue app?

 July 13, 2022     vue.js, web-deployment     No comments   

Issue

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.



Answered By - Saksham Khurana
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing