Here are
339 public repositories
matching this topic...
Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
Updated
Jul 23, 2020
JavaScript
RFCs for changes to Ember
Updated
Aug 27, 2020
Shell
A deployment pipeline for Ember CLI apps
Updated
Mar 30, 2020
JavaScript
Composable Ember applications for ambitious user experiences
Updated
Aug 21, 2020
JavaScript
⚡ Simple, flexible Infinite Scroll for Ember CLI Apps.
Updated
Jul 30, 2020
JavaScript
Useful decorators for Ember applications.
Updated
Aug 25, 2020
JavaScript
Use TypeScript in your Ember.js apps!
Updated
Aug 27, 2020
TypeScript
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
Updated
Jul 1, 2020
JavaScript
Run your tests with randomization, splitting, and parallelization for beautiful tests.
Updated
Aug 18, 2020
JavaScript
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Updated
Aug 24, 2020
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 7, 2020
JavaScript
Easily manage gh-pages of your ember-cli addon
Updated
Jul 16, 2020
JavaScript
Ember CLI integration for ember-template-lint
Updated
Aug 1, 2020
JavaScript
Mocha and Chai tests for ember-cli applications
Updated
May 12, 2019
JavaScript
Ember.js RealWorld Implementation
Updated
Jul 30, 2020
JavaScript
Updated
Dec 11, 2018
JavaScript
ember-cli addon adds validation support to your Ember-Data models.
Updated
Aug 10, 2020
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
Jul 30, 2020
JavaScript
Ember CLI addon for linting Ember projects with ESLint
Updated
Aug 1, 2020
JavaScript
Language Server Protocol implementation for Ember.js projects
Updated
Jul 16, 2020
TypeScript
Tom Dale's blog example updated for the Ember CLI
Updated
Jun 2, 2020
JavaScript
ember-cli docker image providing a complete development environment
Updated
Jul 30, 2020
Dockerfile
Stripe checkout for Ember
Updated
Aug 27, 2020
JavaScript
Combine `{{link-to}}` helper with firing an action
Updated
Aug 27, 2020
JavaScript
"make your credit card form dreamy in one line of code"
Updated
Aug 17, 2020
JavaScript
Universal hot-load addon for Ember applications. Support classic/pods/mu layouts and route templates reloading.
Updated
Aug 28, 2020
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