found next phrase:
The system is pluggable and will let developers teach it new ways of observing properties so you can easily plug in custom model/view-model libraries such as Knockout, Breeze, Backbone, etc. which may have their own mechanism for storing properties and raising change events.
but not found examples - how it can be used (just because can't imagine how to "bind" some data to template in terms of aurelia, that not attached to document yet... and update this data later)
P.S. I need to write custom element using clusterize.js for aurelia.js and have no luck at this moment.
Thanks to the comment by Crisim II Numeroano for saying that now there is another available github project: aurelia-knockout. (A previous one in https://github.com/jdanyow was deleted on dec 18th 2015).
The documentation that shows how to use
ko
withAurelia
: Aurelia's Adaptive Binding includes information on how to implement custom bindings for Aurelia. Perhaps you can get some inspiration from the Breeze plugin in this page to implement a new one for ko. Or contact the author of the deleted plugin.