Ember
Ember is a JavaScript framework that uses a Component <-> Service approach to building applications. It is mainly used to build web-based applications, but can also be ported over to build desktop applications.
Here are 1,172 public repositories matching this topic...
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
By default ember-cli updates a number of the "app trees" to be from tests/dummy when developing an addon locally. We do this for app, styles, templates, public, and tests trees (handled inside lib/broccoli/ember-addon.js).
Unfortunately, we do not forward the apps vendor tree to tests/dummy/. This means that our addon's treeForVendor is called, but then subsequently clobbered by the "apps
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 11, 2020 - JavaScript
Feature Request
Both of the templates in lib/generators/templates/app/javascript/controllers/ have some minor issues that could be easily addressed.
Describe the solution you'd like
- on line 29 of the
application_controller.js.ttit showsExampleReflex#demobut this could be simplified toExample#demo - same thing happens on line 20 of the generic template
- in the generic
-
Updated
Sep 9, 2020
Relevant conversation here: hjdivad/ember-m3#807
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Mar 21, 2019 - HTML
-
Updated
Sep 3, 2020 - JavaScript
@simonihmig and myself had a quick chat on discord about the configuration options blacklist and whitelist. We decided to rename them. Our feature is similar to the one currently called blacklist and whitelist in Ember itself. RFC 639 proposed to rename them. The RFC is currently in final comment period. We decided to follow the chosen naming in
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
May 20, 2019 - JavaScript
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior: