A preview of the Kendo UI Core NPM package usage
Перейти к файлу
Bozhidar Ivanchev 92a42be41a chore: add javascript-webpack core example 2018-07-19 10:59:47 +03:00
javascript-browserify TypeScript and Webpack example 2016-06-03 18:24:37 +03:00
javascript-webpack chore: add javascript-webpack core example 2018-07-19 10:59:47 +03:00
kendoui-webpack-angularjs/pro feat: created webpack-angularjs-kendoui project, update readme 2017-08-09 16:05:19 +03:00
typescript-webpack fix: Updating Kendo version in TypeScript WebPack example 2017-08-29 15:30:23 +03:00
README.md feat: created webpack-angularjs-kendoui project, update readme 2017-08-09 16:05:19 +03:00

README.md

Kendo UI Core NPM Package Usage Example

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-browserify directory shows how to use the NPM package with Browserify.
  • The typescript-webpack directory shows how to use the package with TypeScript and uses Webpack for the bundling. The setup includes typings configuration, too.
  • The javascript-webpack directory shows how to use jQuery Kendo UI with Webpack
  • The kendoui-webpack-angularjs directory shows how to use AngularJS Kendo UI widgets with Webpack

Usage

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/.