mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
14 lines
646 B
Plaintext
14 lines
646 B
Plaintext
- You can also setup Storybook manually through the Storybook CLI. Add the `--type ember` flag when you initialize Storybook in your project.
|
|
|
|
- If you see the following message during the `@storybook/ember-cli-storybook` installation process:
|
|
|
|
```shell
|
|
The ember generate entity-name command requires an entity name to be specified.
|
|
|
|
For more details, use ember help.
|
|
```
|
|
|
|
This is just a warning! If you followed the instructions provided, everything should be properly configured.
|
|
|
|
|
|
- If you run into a installation problem, check the [README for the Ember framework](../../app/ember/README.md) for additional instructions. |