Aurelia is a JavaScript client framework that leverages simple conventions to empower your creativity.
forwardthinkingwritten with es2016. integrates with web components. no external dependencies except polyfills. leverage the technology of the future but target today's mobile, desktop and browser environments.
modern architecturerather than taking the monolithic framework approach, aurelia is composed of smaller, focused modules. use them together as a fullfeatured framework or pick and choose to build a custom solution.
twoway databindingour technology enables powerful twoway binding to any object. by using adaptive techniques we can select the most efficient way to observe each property, whether it be through object.observe, getters and setters, dirtychecking or your own custom mechanism.
extensible htmlaurelia's extensible html compiler lets you create custom html elements, attach new behaviors to existing elements, and control template generation, all with full support for dynamic loading, databinding and batched rendering.
routing & ui compositionleverage our advanced clientside router with its pluggable pipeline, dynamic route patterns, child routers and asynchronous screen activation. don't need a router but need dynamic, datadriven ui composition? we do that too.
mv* with conventionswho wants to waste time writing tons of configuration code for their mv* architecture? simply leverage conventions to make constructing your app effortless. don't like the conventions? plug in your own or drop them altogether.
web-development javascript-framework application-framework