All Projects → emberjs → Ember.js

emberjs / Ember.js

Licence: mit
Ember.js - A JavaScript framework for creating ambitious web applications

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Ember.js

Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (-99.78%)
Mutual labels:  hacktoberfest, ember
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (-99.41%)
Mutual labels:  hacktoberfest, ember
Ember Api Docs
Ember API Docs viewer
Stars: ✭ 55 (-99.75%)
Mutual labels:  hacktoberfest, ember
Website
Source for emberjs.com
Stars: ✭ 621 (-97.19%)
Mutual labels:  javascript-framework, ember
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (-98.97%)
Mutual labels:  hacktoberfest, ember
Ember Inspector
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Stars: ✭ 936 (-95.76%)
Mutual labels:  hacktoberfest, ember
Zoid
Cross domain components
Stars: ✭ 1,672 (-92.43%)
Mutual labels:  hacktoberfest, ember
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (-72.79%)
Mutual labels:  hacktoberfest, ember
Ember Cli Addon Docs
Easy, beautiful docs for your OSS Ember addons
Stars: ✭ 162 (-99.27%)
Mutual labels:  hacktoberfest, ember
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (-99.37%)
Mutual labels:  hacktoberfest, ember
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (-99.69%)
Mutual labels:  hacktoberfest, ember
Ember Intl
Localization library for any Ember Application or Addon
Stars: ✭ 412 (-98.14%)
Mutual labels:  hacktoberfest, ember
Ember Data Url Templates
an ember-addon to allow building urls with url templates instead of defining buildURL
Stars: ✭ 130 (-99.41%)
Mutual labels:  hacktoberfest, ember
Data
A data persistence library for Ember.js.
Stars: ✭ 2,998 (-86.43%)
Mutual labels:  hacktoberfest, ember
Ember Bootstrap
Ember-cli addon for using Bootstrap as native Ember components.
Stars: ✭ 475 (-97.85%)
Mutual labels:  hacktoberfest, ember
Spring Cloud Aws
Integration for Amazon Web Services APIs with Spring
Stars: ✭ 541 (-97.55%)
Mutual labels:  hacktoberfest
Secdevlabs
A laboratory for learning secure web and mobile development in a practical manner.
Stars: ✭ 547 (-97.52%)
Mutual labels:  hacktoberfest
Laravel Mediable
Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel 5.
Stars: ✭ 541 (-97.55%)
Mutual labels:  hacktoberfest
Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (-97.56%)
Mutual labels:  hacktoberfest
Node Notifier
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
Stars: ✭ 5,273 (-76.13%)
Mutual labels:  hacktoberfest

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].