Simple (via script tags)
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
Last updated