Skip to content

Loading Kendo through Webpack

Jeroen Vinke edited this page May 7, 2017 · 1 revision
  1. Follow these instructions to download the NPM package: http://docs.telerik.com/kendo-ui/intro/installation/npm
  2. In main.js, use import '@progress/kendo-ui/js/kendo.all'; to load all Kendo controls. In order to load a specific control use import '@progress/kendo-ui/js/kendo.button';