KendoUI-skeleton-esnext

Managing tutorial samples

Sample 1 - KendoUI-skeleton-esnext

| Original source codearrow-up-right| Matching KendoUI samplearrow-up-right |

Step 1 - add KendoUI bridge

Assuming that the original source code was successfuly built and executed by

npm install && jspm install && gulp watch

the KendoUI bridge is added by running

jspm install aurelia-kendoui-bridge

Step 2 - add source code using KendoUI bridge

This sample uses JSPMarrow-up-right module loader and adds two "widgets" Autocomplete and Button from KendoUI Corearrow-up-right package to the standard Skeleton-esnext application, by adding the kendoui folderarrow-up-right to the original application's src folder.

This added folder's content is:

Step 3 - add KendoUI widgets

Define the kendo-sdkarrow-up-right folder as the standard location for KendoUI widgets, so we need to create this folder and add the needed KendoUI code.

Step 4 - modifying various existing files

Add these three scriptsarrow-up-right

Note: the line <script src="kendo-sdk/js/kendo.all.min.js"></script> is a temporary placeholder - it will be replaced with kendo.custom.min.js created to include only KendoUI widgets actually used in the application.

Add the reference to aurelia-kendoui-bridgearrow-up-right

Last updated