cli-guides
cli-guides copied to clipboard
Step-by-step guides and tutorials for using the ember-cli to create apps and addons
Document why addons re-export everything from addon/ into app/.
Overall, I think the tutorial has most of the import topics covered but I think `isDevelopingAddon` should be mentioned as you won't see live reloads in your linked app if...
For the cli-guides we should show the ember-cli logo in the top left just above the TOC. As we are using guidemaker for the ember-cli guides we will need to...
Part of https://github.com/ember-learn/ember-styleguide/issues/313
As mentioned by @ef4 in https://github.com/emberjs/rfcs/pull/578#issuecomment-643481309, one of the next steps towards modernizing Ember CLI's build system is teaching Addon authors how to convert their addons to be in native...
This used to exist in https://ember-cli.com/user-guide/#developing-on-a-subpath but currently doesn't exist on the new docs anymore. https://cli.emberjs.com/release/basic-use/folder-layout/ also doesn't mention the server folder as being something that is optional part of...
@mehulkar and @Gaurav0 are working on this! This issue just helps to track that they are interested in helping, and also serve as a place where others can add comments....
Would be nice to have documentation of how to insert `link` tags via `contentFor` hooks in an in-repo addon. https://github.com/ember-learn/cli-guides/issues/168#issuecomment-618898540 Pretty common thing that an app developer might want to...
Looking through the guides, I think the nav structure could look like this: ``` Intro - Ember CLI CLI Commands - /index (links to full API docs and references `--help`...
Seems the `index` pages all trigger a request to a non-existing .json file: 