Here are
349 public repositories
matching this topic...
Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
Updated
Oct 5, 2020
JavaScript
RFCs for changes to Ember
Updated
Feb 6, 2021
Shell
A deployment pipeline for Ember CLI apps
Updated
Mar 30, 2020
JavaScript
Composable Ember applications for ambitious user experiences
Updated
Jan 29, 2021
JavaScript
⚡ Simple, flexible Infinite Scroll for Ember CLI Apps.
Updated
Jan 21, 2021
JavaScript
Useful decorators for Ember applications.
Updated
Jan 22, 2021
JavaScript
Use TypeScript in your Ember.js apps!
Updated
Feb 4, 2021
TypeScript
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
Updated
Feb 7, 2021
JavaScript
Run your tests with randomization, splitting, and parallelization for beautiful tests.
Updated
Feb 4, 2021
JavaScript
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Updated
Jan 25, 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
Jan 20, 2021
JavaScript
Easily manage gh-pages of your ember-cli addon
Updated
Jan 21, 2021
JavaScript
Ember CLI integration for ember-template-lint
Updated
Feb 1, 2021
JavaScript
Ember.js RealWorld Implementation
Updated
Feb 2, 2021
JavaScript
Mocha and Chai tests for ember-cli applications
Updated
May 12, 2019
JavaScript
Updated
Dec 11, 2018
JavaScript
ember-cli addon adds validation support to your Ember-Data models.
Updated
Jan 21, 2021
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
Jan 21, 2021
JavaScript
Ember CLI addon for linting Ember projects with ESLint
Updated
Feb 1, 2021
JavaScript
Language Server Protocol implementation for Ember.js projects
Updated
Dec 15, 2020
TypeScript
ember-cli docker image providing a complete development environment
Updated
Jan 16, 2021
Dockerfile
Tom Dale's blog example updated for the Ember CLI
Updated
Nov 1, 2020
JavaScript
Fire an action when LinkTo component transition happens
Updated
Feb 2, 2021
JavaScript
Stripe checkout for Ember
Updated
Feb 1, 2021
JavaScript
"make your credit card form dreamy in one line of code"
Updated
Jan 21, 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