Skeleton
npm install aurelia-kendoui-bridge --save
in
src/main.js
load the plugin using.plugin(PLATFORM.moduleName('aurelia-kendoui-bridge'))
:aurelia.use .standardConfiguration() .plugin(PLATFORM.moduleName('aurelia-kendoui-bridge')) .developmentLogging();
in webpack.config.js add an entry for the aurelia-kendoui-bridge:
entry: { app: ['aurelia-bootstrapper'], vendor: ['bluebird', 'jquery', 'bootstrap', 'aurelia-kendoui-bridge'], },
That's it!
Last updated