Hi I need some help to understand VUE. I'm trying to create an app that is a consent manager, In order to work properly it should be just one JS file, this way the dev can just load this file in the body and the consent manager would be there...
My question is, how I can create the hole app in just one JS
file, I read a bunch of posts here and looked for it but I couldn't found (I didn't had enough knowledge to understand) how I can do it.
To make thing easy, I'm trying to follow the same functionality as Klaro consent manager. You can check the project here.
It's a pretty awesome project but it uses React and I want to use VUE.js, but when I run build
it generates a dist
folder with a lot of files. Can I generate only one?
Thanks in advance!