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
  • This section describes the process of "provisioning the application" as defined here
  • Caution
  1. Installation
  2. Installing Kendo

Simple app provisioning

PreviousInstalling KendoNextkendo.custom.min.js

Last updated 7 years ago

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

It is assumed that the KendoUI SDK is already installed by running the command

npm install --save @progress/kendo-ui.

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

Image 1

Caution

If your application uses SystemJS loader, meaning that it is JSPM based, the folder @progress/kendo-ui@2017.3.913 is contained in the jspm_packages/npm folder. This means that the Kendo UI library was loaded by using this command

jspm install npm:@progress/kendo-ui

where npm was used to fetch KendoUI "behind the scenes", resulting with this layout on the local file system

Image 2

here