ember-cli / ember-cli.github.io

Our documentation site
13 stars 99 forks source link

Creating a new add-on: no components are created automatically #143

Closed myartsev closed 7 years ago

myartsev commented 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.

Do you have to run ember g component x-button?
It'd be useful to have this in the docs.

stefanpenner commented 7 years ago

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.

stefanpenner commented 7 years ago

thanks for the docs update :)