Skip to content

emberjs/ember.js

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2025
Jan 17, 2025
Jan 13, 2025
Sep 20, 2024
May 8, 2024
Sep 23, 2022
Nov 11, 2024
Jan 13, 2025
Jan 15, 2025
Nov 22, 2024
Jan 15, 2025
Oct 29, 2024
Dec 12, 2024
Sep 13, 2024
Jan 5, 2018
Jun 12, 2017
Dec 7, 2024
Jan 7, 2025
Nov 22, 2022
Oct 17, 2023
Nov 15, 2023
Mar 29, 2018
Oct 17, 2023
Jun 4, 2015
Dec 23, 2024
May 20, 2017
Nov 25, 2024
Jan 6, 2023
Sep 23, 2022
Jan 15, 2024
Sep 23, 2024
Nov 11, 2016
May 8, 2024
May 8, 2024
Aug 22, 2024
Jan 21, 2025
Jan 21, 2025
May 3, 2024
Sep 24, 2024
Nov 11, 2024
May 8, 2024
May 8, 2024
Nov 22, 2022
Oct 18, 2024
Sep 25, 2018

Repository files navigation

npm version CI Status Code Climate Discord Community Server PRs Welcome GitHub license

Ember.js is a JavaScript framework that greatly reduces the time, effort and resources needed to build any web application. It is focused on making you, the developer, as productive as possible by doing all the common, repetitive, yet essential, tasks involved in most web development projects.

With Ember, you get all of these things:

  • A Welcoming Community - Get the help you need, when you need it.
  • An Enduring Foundation for your Apps - There are apps that used the first version of Ember almost a decade ago, and successfully still use Ember today.
  • Reliability & Security - With regular LTS Releases and 30 weeks of security fixes, you can rely on Ember.js to care about the stability and security of your app.
  • Modern JavaScript - Use modern JavaScript features that you're already familiar with like classes, decorators and generators.
  • Documentation - Rely on top-notch documentation for each Ember version and a team that is focused on the documentation and learning experience.
  • HTML-first Components - Start with valid, semantic HTML in your components, and layer in the functionality that you need, as you need it.
  • Routing - Ember routes respect URLs while layering in extra functionality like rendering templates, loading data models, handling actions, and conditionally redirecting.
  • Data Layer - Ember Data is a powerful data management tool that comes with Ember apps by default. Want to use something else? We support that, too!
  • Flexibility Use any backend stack with your Ember apps, thanks to the flexibility of adapters and serializers.
  • Autotracking - Ember's reactivity model makes it easier to decide what to automatically update, and when.
  • Zero Config Apps - With strong defaults, you may never need to configure anything in your app, but the options are there if you need it!
  • Quality Addon Ecosystem - high-quality, rated addons with the ability to search by source code. Many require no additional configuration, making it easier than ever to supercharge your apps.

Find out more:

Contributions

See CONTRIBUTING.md


Cross-browser testing provided by Browserstack.