JSPM

This section describes the process of "provisioning the application" as defined here

At this point, the KendoUI had to be installed using the command

jspm install npm:@progress/kendo-ui

As the result the folder @progress/kendo-ui@2017.3.913 is contained in the jspm_packages/npm folder - which is a part of the application's run time files.

Image 1

See esnext kendo tutorial for details on creating an application using KendoUI SDK via SystemJS/JSPM loader. Finished code for this app is located here.

Last updated