I am using VueJS in a Python Flask app, where once a page is rendered, VueJS app takes control of the page, and some single page behavior is taken care of.
However, entire VueJS code with all data, methods, computed, etc is visible in source code.
Is there a way to uglify this?
Note: I'm not using vue-cli or using any proper javascript build process.