General comments

Library Installation

General comments

  • Telerik recently added NPM Packages 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 Autocomplete 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 installation 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.

Last updated