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

General comments

PreviousLibrary InstallationNextSimple (via script tags)

Last updated 7 years ago

Library Installation

General comments

  • Telerik recently added based installation of the Kendo UI library.

  • Aurelia UI Toolkits team recommendends to use this NPM Packages distribution of the Kendo UI library because this installation method fits well in all different variants of building your Aurelia application and removes the need to differentiate between Kendo UI PRO and Kendo UI Core library in the installation process itself.

    More precisely, our new installation process is compliant with Telerik's NPM based installation, with added simplification: in all tutorial samples we always use Kendo UI Professional library, regardless of the fact that we actually just add the component.

  • Applications not using JSPM, should install Kendo UI library via the following command

    npm install --save @progress/kendo-ui
  • For SystemJS / JSPM based application, the above command becomes:

    jspm install npm:@progress/kendo-ui

All subsequent sections of this as well as all tutorials are rewritten to accomodate the above described changes. As a consequence, each of our subseqently described "installation cases" became a lot simpler, as explained on subsequent pages in this section.

NPM Packages
Autocomplete
installation