Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 291 Bytes

installing the bridge_Webpack_javascriptservices.md

File metadata and controls

11 lines (9 loc) · 291 Bytes

Installing the bridge

  1. npm install aurelia-kendoui-bridge --save
  2. in ClientApp/app/boot.ts add .plugin(PLATFORM.moduleName('aurelia-kendoui-bridge')); like so:
aurelia.use.standardConfiguration()
.plugin(PLATFORM.moduleName('aurelia-kendoui-bridge'));
  1. That's it!