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

Simple (via script tags)

PreviousGeneral commentsNextCustom Library

Last updated 7 years ago

Library Installation

Simple (via script tags)

Simple KendoUI installation describes the case where the KendoUI Library (or its subset) is loaded via the script tag in the application's index.html file, as depicted on the following screenshot

Image 1

Observe that the above example fits the case of a JSPM based application (the folder @progress/kendo-ui@2017.3.913 is contained in the jspm_packages/npm folder - meaning that the Kendo UI library was loaded by using this command:

jspm install npm:@progress/kendo-ui

which results with this layout on the local file system

Image 2