Closed myartsev closed 7 years ago
It is my first time creating an ember add-on. The docs @ https://ember-cli.com/extending/#addon-components assume that the addon/components/x-button.js file is already created; it is not.
addon/components/x-button.js
Do you have to run ember g component x-button? It'd be useful to have this in the docs.
ember g component x-button
Do you have to run ember g component x-button?
Yup.
Would you mind proposing the change here that way we can get it in a better shape together.
thanks for the docs update :)
It is my first time creating an ember add-on.
The docs @ https://ember-cli.com/extending/#addon-components assume that the
addon/components/x-button.js
file is already created; it is not.Do you have to run
ember g component x-button
?It'd be useful to have this in the docs.