Kendo-UI-Library-Installation-version-2.0
  • Introduction
  • Kendo UI Library
  • Library Installation
    • General comments
    • Simple (via script tags)
    • Custom Library
    • Advanced (via module loader)
      • JSPM
      • Webpack
      • Aurelia CLI
  • Kendo UI Bridge Plugin
  • Bridge Installation
    • Webpack
      • JavascriptServices
      • Skeleton
    • Aurelia CLI
    • JSPM
  • Next Steps
Powered by GitBook
On this page
  1. Bridge Installation
  2. Webpack

JavascriptServices

Bridge Installation | 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