Here are
350 public repositories
matching this topic...
Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
Updated
May 11, 2021
JavaScript
RFCs for changes to Ember
Updated
Oct 15, 2021
Shell
A deployment pipeline for Ember CLI apps
Updated
Jul 26, 2021
JavaScript
Composable Ember applications for ambitious user experiences
Updated
Oct 17, 2021
JavaScript
⚡ Simple, flexible Infinite Scroll for Ember CLI Apps.
Updated
Sep 21, 2021
JavaScript
Useful decorators for Ember applications.
Updated
Oct 18, 2021
JavaScript
Use TypeScript in your Ember.js apps!
Updated
Oct 2, 2021
TypeScript
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
Updated
Oct 18, 2021
JavaScript
Run your tests with randomization, splitting, and parallelization for beautiful tests.
Updated
Oct 13, 2021
JavaScript
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Updated
Oct 15, 2021
Kotlin
Ember-cli-admin is a powerful admin dashboard for ember-cli projects
Updated
Apr 18, 2017
JavaScript
⚛ Atom inspired notification messages for ember-cli
Updated
Oct 16, 2021
JavaScript
Easily manage gh-pages of your ember-cli addon
Updated
Sep 21, 2021
JavaScript
Ember.js RealWorld Implementation
Updated
Sep 21, 2021
JavaScript
Ember CLI integration for ember-template-lint
Updated
Sep 21, 2021
JavaScript
Mocha and Chai tests for ember-cli applications
Updated
May 12, 2019
JavaScript
ember-cli addon adds validation support to your Ember-Data models.
Updated
Oct 18, 2021
JavaScript
Updated
Dec 11, 2018
JavaScript
Pace.js load progress bar for Ember apps, incl. Flash-like initial script lazy loading
Updated
Jun 5, 2020
JavaScript
Tether an element to another element in the DOM
Updated
Sep 21, 2021
JavaScript
Ember CLI addon for linting Ember projects with ESLint
Updated
Jul 1, 2021
JavaScript
Language Server Protocol implementation for Ember.js projects
Updated
Sep 29, 2021
TypeScript
ember-cli docker image providing a complete development environment
Updated
Oct 18, 2021
Dockerfile
Analyze the size and contents of your Ember app's bundles
Updated
Sep 21, 2021
HTML
Tom Dale's blog example updated for the Ember CLI
Updated
Feb 8, 2021
JavaScript
"make your credit card form dreamy in one line of code"
Updated
Sep 21, 2021
JavaScript
Stripe checkout for Ember
Updated
Oct 11, 2021
JavaScript
Improve this page
Add a description, image, and links to the
ember-cli
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ember-cli
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
By default ember-cli updates a number of the "app trees" to be from
tests/dummywhen developing an addon locally. We do this for app, styles, templates, public, and tests trees (handled insidelib/broccoli/ember-addon.js).Unfortunately, we do not forward the apps vendor tree to tests/dummy/. This means that our addon's
treeForVendoris called, but then subsequently clobbered by the "apps