Hello all,
I am new in Bubble and trying to do something without any success.
I build an app in Vue.js that works fine for video and AR. But it is only part of the app, and we need to complete it with a more classical application (User, items, stripe, etc). So I was thinking using bubble as we have short time to do it.
I compiled my Vue app and have index.html, /assets/index.js and /assets/index.css.
In Bubble, I uploaded the index.js and index.css in the FileManager, take the links of both and added them in the bubble index page header.
After that, I created a HTML item on the index page and mounted the app:
While this solution works with the local build on my computer, it seems not to work on Bubble. I have no error, the CSS and js files are loaded, and linked in the header, the HTML page expose the “app”, but nothing appear.
Does someone already tried to integrate vue app in bubble?
thank you