[Vuejs]-Vue JS Is there a way to hide source code in the dist js file?

1👍

No anything that is sent to the client can be read. You can try to obfuscate the code with a mangler but a determined person will always be able reverse engineer it. Also there is no way you can hide sending the data back to the server.

Leave a comment