aurelia
Grow your team on GitHub
GitHub is home to over 36 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
-
-
cli
The official command line tooling for Aurelia. Use the CLI to create projects, scaffold components and bundle your app for release.
-
hot-module-reload
Core functionality for Aurelia's hot-module-reolad (HMR) capabilities, which is shared by all loaders and tools.
-
-
documentation
The documentation for Aurelia.
-
script
The home for Aurelia's concatenated script-tag-ready build.
-
ux
A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
-
validation
A validation plugin for Aurelia.
-
i18n
A plugin that provides i18n support.
-
site-generator
The static site generator for http://aurelia.io.
-
ui-virtualization
A plugin that provides a virtualized repeater and other virtualization services.
-
templating
An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.
-
http-client
A simple, restful, message-based wrapper around XMLHttpRequest.
-
pal-nodejs
The NodeJS-based implementation of Aurelia's platform abstraction layer.
-
loader-webpack
An implementation of Aurelia's loader interface to enable webpack.
-
event-aggregator
A lightweight pub/sub messaging system for app-wide or per-object loosely coupled events.
-
path
Utilities for path manipulation.
-
loader
An abstract module which specifies an interface for loading modules and view templates.
-
history
An abstract module which specifies the interface for history implementations used by a router.
-
fetch-client
An HTTP Client based on the Fetch standard.
-
logging-console
A console log appender for the Aurelia logging library.
-
binding
A modern databinding library for JavaScript and HTML.
-
router
A powerful client-side router.
-
templating-router
An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.
-
web-components
A plugin capable of transforming Aurelia components into standards-compliant Web Components.
-
bootstrapper
Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.
-
logging
A minimal but effective logging mechanism with support for log levels and pluggable log appenders.
-
metadata
Utilities for reading and writing the metadata of JavaScript functions.
-
history-browser
An implementation of the history interface based on standard browser hash change and push state mechanisms.
-
route-recognizer
A lightweight JavaScript library that matches paths against registered routes. It includes support for dynamic and star segments and nested handlers.