Hey @rowlandm I am out of station today due to some personal work. Won't be able to join for the community call. @sarthak-sehgal will brief about the progress about backend as well!
We have a problem. Megh is sending me the scripts, stylesheets, etc. but Vue doesn't allow scripts to be rendered/called. Basically, it is not possible to have a "script" tag inside a Vue component template.
I've been searching through then internet for about 3 hours now and I've tried almost all the possibilities but it just doesn't seem to work.
I'm just throwing ideas out here but maybe we could generate a default template to insert the scripts into and serve that instead, embedded in an iframe?
e.g. in the component page embed a url in an iframe with the right structure - :componentname/demo.html
@rowlandm or @DennisSchwartz might have better ideas
But I think that the problem right now is that the scripts are saved on the server (at least a few of then are, as I mentioned esrlier. I'll just check once again.).