I want to deploy my laravel vue website on server and update it regularly. But after run npm run prod, when it build only a js file. How can I update my code after deploying it on server?
@Sinnbeck Sorry for the misunderstanding! Would you kindly please tell me can I deploy my code without compiling my vue js? If not, how can I compile it as it will be compiled in one js file?