description Aurelia Overview
Aurelia is an open-source, modern JavaScript framework designed for building web, mobile, and desktop applications. It is built on web standards and utilizes modern ECMAScript features, allowing developers to write clean, maintainable code. The framework follows a convention-over-configuration approach and is structured around the Model-View-ViewModel (MVVM) architectural pattern. Created by Rob Eisenberg, Aurelia provides modular building blocks that can be used for small components or full single-page applications, emphasizing observable data binding for dynamic user interfaces.
help Aurelia FAQ
What can the Aurelia framework be used to build?
Aurelia is a front-end JavaScript framework for browser, mobile, and desktop applications. It is built around web standards and can be used with JavaScript or TypeScript. [Source](https://github.com/aurelia/aurelia)
What does Aurelia data binding look like in a real template?
Aurelia uses binding commands such as value.bind, repeat.for, and if.bind in HTML templates. Its standard component pattern pairs a JavaScript or TypeScript class with an HTML view. [Source](https://github.com/aurelia/aurelia)
Does Aurelia use convention over configuration?
Yes, convention over configuration is one of Aurelia's core design ideas. The framework makes common choices automatically while keeping the application close to normal HTML, JavaScript, and browser APIs. [Source](https://docs.aurelia.io/introduction/the-aurelia-philosophy)
How do I start a new Aurelia 2 project?
The Aurelia 2 repository documents scaffolding a project with the command npx makes aurelia. Aurelia is released under the MIT license, so the framework can be used in both open-source and commercial projects. [Source](https://github.com/aurelia/aurelia)
explore Explore More
Similar to Aurelia
See all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.