Sample application structure

Application Developer tutorials

4.2 Sample application structure

All details about each sample application exist in the application's own README.md file in the skeleton-navigationarrow-up-right repository, so this document contains additional instructions needed to add the Kendo SDKarrow-up-right and Aurelia-KendoUI bridgearrow-up-right to our sample app. The Installation chapterarrow-up-right of the Aurelia KendoUI bridge catalogarrow-up-right application remains the authoritative source on all information used in the tutorial.

As stated in the Introductionarrow-up-right section we are showing how to add the Autocomplete component from the free KendoUI Core SDK. Adding this component consists of:

  1. Adding KendoUI SDK using npmarrow-up-right commands in the console (this is not true across all tutorial articles - x, y, and z are execeptions

  2. Modifying existing configuration and source files

  3. 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 - kendoarrow-up-right

Last updated