This repository was archived by the owner on Oct 29, 2020. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ a fast [Broccoli](https://github.com/broccolijs/broccoli#broccoli)-powered
14
14
build pipeline.
15
15
Whether you are looking for a zero-config experience or the ability to make your own customizations, Ember CLI has the tools you need.
16
16
17
- There are thousands of JavaScript libraries made specifically for Ember.
18
- We call them addons.
17
+ There are thousands of JavaScript libraries that work great in Ember.
18
+ When an npm package offers some Ember-specific conveniences, we call it an "addon."
19
19
Ember CLI’s [ addon system] ( /extending/#developing-addons-and-blueprints )
20
20
provides a way to create reusable units of code, share components and styling,
21
21
extend the build tooling, and more &mdash ; all with a minimal configuration.
22
22
To view a complete list of addons, visit
23
23
[ EmberObserver] ( https://www.emberobserver.com/ ) .
24
24
You can still use your favorite npm packages directly too.
25
- If they are not available as addons yet, you can add them into your asset
25
+ If they are not available as addons yet, you can add them into your build
26
26
pipeline or create your own addon wrappers.
27
27
28
28
Ember CLI's [ asset compilation system] ( /user-guide/#asset-compilation ) has out-of-the-box support for:
You can’t perform that action at this time.
0 commit comments