Skip to content
Nikolaj Ivancic edited this page Jan 19, 2016 · 5 revisions

Aurelia Skeleton bridge home

Definition of terms

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.


Examples of existing bridges


Articles of interest