JSPM
Bridge Installation

run
jspm install aurelia-kendoui-bridgeopen main.js and register the plugin:
Important
It is strongly recommended to continue with the getting started page
Last updated
Bridge Installation

run jspm install aurelia-kendoui-bridge
open main.js and register the plugin:
It is strongly recommended to continue with the getting started page
Last updated
export function configure(aurelia) {
aurelia.use
.standardConfiguration()
.developmentLogging()
.plugin('aurelia-kendoui-bridge');
aurelia.start().then(a => a.setRoot());
}