I come from the JSF world and just got a chance to play around with Aurelia which seem absolutely marvellous.
So I've started to see if I can make my prime componentes into Aurelia but I have'nt succeeded yet.
I spent some time trying to use the same strategy as How to use JQuery UI components in Aurelia getting started app (navigation app)
But it's not working.
For instance in strict javascript I'would use something like this:
$(function(){
$('#myid').puibutton();
}
and html:
<button id="myid" type="button">MyButton</button>
But this will not work when injecting $ from 'jquery'.
If anyone have a recommendation on how to push forward I would be most grateful.
br
/hw