JSPM
Bridge Installation

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