All Questions
2 questions
0
votes
1
answer
625
views
Adobe XD Plugin VueJs
I'm using the adobe official vue plugin example from their repo called "ui-hello-vue".
It works fine out of the box but I'm finding it hard to put the vue code into a panel.
And strangely it ...
2
votes
1
answer
313
views
How to use ES6 modules within an Adobe XD plugin?
I was wondering if I could use ES6 imports from within my XD plugins.
Whenever I for example use import Vue from 'vue', the build task completes successfully, however, XD throws an error in the ...