Kendo UI SDK and Bridge Installation
  • Introduction
  • KendoUI SDK
  • Aurelia KendoUI bridge
    • Why using the bridge?
  • Installation
    • Installing Kendo
      • Simple app provisioning
        • kendo.custom.min.js
      • Advanced app provisioning)
        • JSPM
        • Webpack
        • Aurelia-CLI
    • Installing the bridge
      • JSPM
      • Webpack
        • JavascriptServices
        • Skeleton
      • Aurelia-CLI
  • Next Steps
Powered by GitBook
On this page
  1. Installation
  2. Installing the bridge
  3. Webpack

JavascriptServices

  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'));
  3. That's it!

PreviousWebpackNextSkeleton

Last updated 7 years ago