Why would you ever work on a production server?
Build and test locally then deploy your site to the server.
Use a deploy script so that you can deploy at will, with no chance of forgetting a step
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, probably a silly question, but I don't understand how a website that has already been deployed on the web can be worked on. My only known way is to run the npm run build after every change in Vue.js. Can it be done in the same way as it is locally?
Thank you
Please or to participate in this conversation.