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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a8cc-4ee88.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a8cc-4ee88.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?