We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install aurelia-kendoui-bridge --save
src/main.js
.plugin(PLATFORM.moduleName('aurelia-kendoui-bridge'))
aurelia.use .standardConfiguration() .plugin(PLATFORM.moduleName('aurelia-kendoui-bridge')) .developmentLogging();
entry: { app: ['aurelia-bootstrapper'], vendor: ['bluebird', 'jquery', 'bootstrap', 'aurelia-kendoui-bridge'], },