Open cmrd-senya opened 6 years ago
Sure, I'll take a look at that
FWIW, I remember hooking it up with React components so it should be doable with Vue.js too but it's been so long and the details are blurry to me
I'm not sure what fails exactly, maybe Vue.js itself is not guilty. I can try to create a test application where it fails, if that helps.
yes that'd be helpful
So, getting rid of the inter-dependencies assumed by the lack of a module bundler is more involved than I assumed. If you can get that test application up it may save me the time.
I'll look again at this over the weekend as time warrants.
I have to switch over to other tasks now, but I'll do my best to prepare a test app on the weekend.
I tried to run guide.js with a Vue.js + Webpack + Rails application but I failed to.
I somehow managed to modify
dist/guide.js
to be loaded within a Vue.js ES2016 component but tours never actually worked. I managed to getGuide
object and call the library methods but when I ranGuide.show()
ortour.start()
it either went to a dead-loop or reported about exceeded call stack.