Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
TheMan68's user avatar
  • 1,469
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 ...
Daniel Baron's user avatar