-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Aurelia plugin - see the article Creating a Plugin for Aurelia for an informal introduction on how to create a plugin, formally defined here
Bridge is a term minted to denote a sub-species of Aurelia plugin, created to serve the role of an interface between Aurelia application and some third party software
Aurelia Skeleton bridge is an Aurelia application meant to be used as the starting point to for any Aurelia-XXX-Bridge project, XXX denoting the name of any third party Toolkit / SDK that is of interest to Aurelia application developers. Its design was driven by the desire to offer a mini development environment for Aurelia Bridges, expecting to replace its "grand-father" Aurelia Skeleton Plugin.
-
Aurelia bridge / interface to KendoUI controls was developed using this Aurelia Skeleton bridge as a "startup template".
-
Aurelia Bootstrap bridge and Aurelia Materialize bridge are at the initial phase of development, using the same "startup template".