Vuejs components in Aurelia app?

Has anyone tried combining vuejs and Aurelia and using vuejs components within an Aurelia application?
Preferably I would like to have .vue files side by side in my Aurelia repo and use webpack to load them.

Any ideas if this would be possible?

Hi @zowat ,
I have a similar issue, but loading a whole Angular app in an Aurelia Component / View. Have you found something to solve your problem>?