I just completed my VueJS App project recently and need to submit the code for evaluation as well as delivering it to the client.
However, when I duplicate the folder containing the project located under ../vue-js-projects/PROJECTNAME to another location in order to zip it along with everything else, the duplicated file appears to be significantly smaller.
The original folder size is around 200MB, whereas the duplicate is only about 20MB, which is roughly 10% of the original size.
I'm wondering if this is due to using an IDE like Webstorm, which generates a lot of local files that are unnecessary when exporting, or if there is a specific "correct" way to export a Vue project (referring to the entire project and not just the built ../dist directory).
Thank you in advance for any insights.