The repository contains a preview of the Kendo UI Core and Kendo UI Professional NPM package usage.The packages contain the Kendo UI Scripts in commonjs module format.
- The
javascript-browserifydirectory shows how to use the NPM package with Browserify. - The
typescript-webpackdirectory shows how to use the package with TypeScript and uses Webpack for the bundling. The setup includes typings configuration, too. - The
javascript-webpackdirectory shows how to use jQuery Kendo UI with Webpack - The
kendoui-webpack-angularjsdirectory shows how to use AngularJS Kendo UI widgets with Webpack
Clone the repository. Navigate to the directory of your choice and run npm install, followed by npm start. If the browser does not open automatically, go to http://localhost:8080/.