Here are
349 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
Aug 18, 2021
Shell
A deployment pipeline for Ember CLI apps
Updated
Jul 26, 2021
JavaScript
Composable Ember applications for ambitious user experiences
Updated
Aug 9, 2021
JavaScript
⚡ Simple, flexible Infinite Scroll for Ember CLI Apps.
Updated
Aug 10, 2021
JavaScript
Useful decorators for Ember applications.
Updated
Jun 15, 2021
JavaScript
Use TypeScript in your Ember.js apps!
Updated
Aug 28, 2021
TypeScript
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
Updated
Feb 25, 2021
JavaScript
Run your tests with randomization, splitting, and parallelization for beautiful tests.
Updated
Aug 10, 2021
JavaScript
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Updated
Aug 30, 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
Aug 30, 2021
JavaScript
Easily manage gh-pages of your ember-cli addon
Updated
Aug 11, 2021
JavaScript
Ember CLI integration for ember-template-lint
Updated
Aug 10, 2021
JavaScript
Ember.js RealWorld Implementation
Updated
Aug 10, 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
Aug 10, 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
Aug 11, 2021
JavaScript
Ember CLI addon for linting Ember projects with ESLint
Updated
Jul 1, 2021
JavaScript
ember-cli docker image providing a complete development environment
Updated
Jul 1, 2021
Dockerfile
Language Server Protocol implementation for Ember.js projects
Updated
Aug 10, 2021
TypeScript
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
Jul 6, 2021
JavaScript
Fire an action when LinkTo component transition happens
Updated
Aug 13, 2021
JavaScript
Stripe checkout for Ember
Updated
Aug 30, 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