In uibuilders node on library page i can install node modules with specified version.
Can i also install differnt versions of a module in that way as it is possible with npm direct ?
Reason: i'm using vue2 with bootstrap-vue, but want to use vue3 with other framwork.
And there for want to test vue3 while break the pages already using vue2 with bootstrap vue.
All you need to do is to enter jquery2@npm:jquery@2 into the input. You can, in fact, use any valid npm install string in that field (the 2nd field is actually redundant and I really should remove it).
This is the advantage of doing my best to make UIBUILDER a progressive enhancement of native capabilities rather than using additional libraries and frameworks.