esnext - kendo

Application Developer tutorials

esnext kendo

Summary

Details

The subsequent steps are applied to the copy of the original esnext sample, which is located in the "after" folder, rebuilt and verified from scratch using the command

 npm install && jspm install && gulp watch

Step 1.

Run the following command (see JSPM based KendoUI Library installation) in the console:

jspm install css npm:@progress/kendo-ui aurelia-kendoui-bridge

Image 1 - installed KendoUI SDK using npm

Step 2.

Update config.js, by adding the last line, pointed by the arrow.

Note that the version number shown above (2017.3.1026) is the latest available at the time of writing this document - you will likely have to change it.

Step 3.

Add the autocomplete.js file to the project.

Step 4.

Add the autocomplete.html file

Step 5.

Add the autocomplete.css file to the project

Step 6.

Add the request to load the aurelia-kendoui-bridge plugin by adding the statement .plugin('aurelia-kendoui-bridge'; to the file main.js

Step 7.

Add the following line to app.js

Last updated