How do you make simple corrections after distributing vue?

Asked 2 years ago, Updated 2 years ago, 111 views

I'm a beginner developer. In the case of HTML, you can connect ftp during service and make a typo or correction of HTML, js, and css, but

I would like to know how you modify it if there is a typo or a simple correction found in the process of the service by distributing it after developing it as a vue. Do you upload it after re-distributing it after modifying it from the developed one? Or do you find it on the server you are serving and modify it?

I'm asking because I'm curious because I don't think it'll be easy to find it because it's integrated into the js file.

vue

2022-09-22 18:00

1 Answers

What you're talking about is hotfix, but since you're a beginner, I think it'd be good to memorize this part.

No matter how cumbersome it is, you have to redistribute the rebuild. Please set the basic concept like that. In the first place, for built js files, the browser may catch a cache if there is no luck. Then even if you fix the contents of the js file, it may not be applied until the browser cache is gone.


2022-09-22 18:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.