Sample application structure
Last updated
Last updated
Application Developer tutorials
All details about each sample application exist in the application's own README.md file in the skeleton-navigation repository, so this document contains additional instructions needed to add the Kendo SDK and Aurelia-KendoUI bridge to our sample app. The Installation chapter of the Aurelia KendoUI bridge catalog application remains the authoritative source on all information used in the tutorial.
As stated in the Introduction section we are showing how to add the Autocomplete component from the free KendoUI Core SDK. Adding this component consists of:
Adding KendoUI SDK using npm
commands in the console (this is not true across all tutorial articles - x, y, and z are execeptions
Modifying existing configuration and source files
Adding the autocomplete
"widget" defined as Aurelia custom component with it's three files:
autocomplete.html
autocomplete.js
autocomplete.css
We will use the "colored agenda" below to tag the "categories" of files in each of the subsequent tutorials starting with esnext - kendo