Use npm unless you have no build pipeline.
Search for and download the distribution bundle (typically a ZIP file).
After you successfully download Kendo UI jQuery, let’s create a simple grid.
: To get the latest official build, use the following command: npm install --save @progress/kendo-ui@latest .
import * as $ from 'jquery'; import '@progress/kendo-ui'; // This attaches Kendo UI to jQuery window.kendo = require('@progress/kendo-ui'); // If needed globally