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