Kendo UI SDK and Bridge Installation
  • Introduction
  • KendoUI SDK
  • Aurelia KendoUI bridge
    • Why using the bridge?
  • Installation
    • Installing Kendo
      • Simple app provisioning
        • kendo.custom.min.js
      • Advanced app provisioning)
        • JSPM
        • Webpack
        • Aurelia-CLI
    • Installing the bridge
      • JSPM
      • Webpack
        • JavascriptServices
        • Skeleton
      • Aurelia-CLI
  • Next Steps
Powered by GitBook
On this page
  1. Installation
  2. Installing Kendo
  3. Advanced app provisioning)

JSPM

PreviousAdvanced app provisioning)NextWebpack

Last updated 7 years ago

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

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 tutorial for details on creating an application using KendoUI SDK via SystemJS/JSPM loader. Finished code for this app is located .

esnext kendo
here
here