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. Library Installation
  2. Advanced (via module loader)

Webpack

PreviousJSPMNextAurelia CLI

Last updated 7 years ago

Library Installation | Advanced (via module loader)

Webpack

  1. Follow these instructions to download Kendo from NPM:

  2. In main.js, use import '@progress/kendo-ui/js/kendo.all'; to load all Kendo controls. In order to load a specific control use import '@progress/kendo-ui/js/kendo.button';

  3. Load css from main.js with:

    ```

    import '@progress/kendo-ui/css/web/kendo.common.min.css';

    import '@progress/kendo-ui/css/web/kendo.bootstrap.min.css';`

http://docs.telerik.com/kendo-ui/intro/installation/npm