Differences from the original version
Last updated
Last updated
Creating new application | GitHub | CM tutorial - KendoUI edition
This document is not a tutorial on KendoUI bridge base application development - check to learn more. Similarly this document does not teach you about . Instead it will show you how to manually enhance the to use KendoUI bridge and render its view using Aurelia KendoUI components, instead of using Bootstrap.
The source code for for the Contact Manager tutorial - KendoUI edition is , and this article will describe the details of changes applied to the application configuration files.
Add references to as specific versions of jQuery and aurelia-kendoui-bridge
Image 1
Set "stub: false
in the loader section:
Image 2
Add the code
to the
Note: the rest of the changes required to change the application rendering are of course specific to Aurelia KendoUI components. Check the following files for details:
Image 3
replaced the original bootstrap list with KendoUI panel bar.
added KendoUI tab strip
new component .