Skip to content

t1 introduction

Nikolaj Ivancic edited this page Apr 2, 2016 · 2 revisions

Note: this document is a copy of the matching KendoUI Aurelia document. It needs to be updated to describe related Syncfusion EJ document


In this set of tutorials we are focusing on the Aurelia plugin components of this application (explained with more details in the About this application - Introduction page). Starting with the standard Aurelia Skeleton plugin project, we will follow the same "story" that starts in the Application developers tutorials from a different prospective - a viewpoint of the Aurelia plugin developer.

In other words, this article presents the overview of the ways to create and extend the Aurelia-KendoUI-bridge project developed by the team of Aurelia UI Toolkits organization, dedicated to contribute to Aurelia's wide spread adoption. Just like the App developers tutorials start with the Aurelia Skeleton Navigation and add several Aurelia-KendoUI components assuming that these components are already available, this set of tutorials show how this initial set of components was created, starting with the "empty plugin"

The note Bridge utilities is not a "direct" part of this set of tutorials - it describes the several utilities developed by the Aurelia UI Toolkits team to make the process of building Aurelia plugins easier. The same explanation holds for the other notes in the Bridge developers notes


Important notes

All subsequent tutorials assume that you used the HAVING KENDOUI ALREADY: VENDORS approach described on the Help on Installation page.

The whole section named Bridge developers tutorials is intended solely to new bridge projects contributors - a lot narrower class than people interested App developers tutorials dedicated to all Aurelia application developers that want to use KendoUI components provided by the Aurelia-KendoUI-bridge.



#### Next page: [Setup](#/help/docs/bridge_developers_tutorials/2._setup)