Deploy the vue project to the server

vue is currently deployed by packaging with npm run build and throwing it on the server. Sometimes, if you just change the style of one line, you need to repackage and deploy.
is there a good way to modify the code to take effect without packaging?

May.26,2022

incremental publish?


continuous integration understand that you can write scripts, package, push, remotely modify the source code and then execute a command.
the code written in the development environment is bound to be built and then deployed to the remote server

.
Menu