-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intended to be a standalone install? #1
Comments
It should be as simple as running |
Thoughts on this? @jbryson3 |
I see that your PR got merged. Something is not adding up for me - I haven't yet found the magic combination of commands to get storybook running on a new ember app. Here is the process that has gotten me the closest so far: From the quickstart guide
Using the guide that just got merged
|
what version of @storybook/ember are you using? |
Thank you for the verbose output, I can try and use this to make the quick-start more quick |
Here are the versions that I was using, I tried to keep everything up to date. Let me know if I can test out later versions of anything.
Sure thing, I'm happy to keep iterating until quick start is dead simple! |
I was playing around with this for a bit this morning and was able to make some progress.
After storybook init make sure the the
Running I was also able to get a component successfully displaying in Storybook.
Thanks for putting the wiring together to get this working with Ember! |
How did you get your components to successfully import into a storybook story? Does this work still? |
@csprocket777 I'm not sure what you mean. Given this issue is quite old - can you open a new one and provide context? |
Sorry for reopening things. I'm working with the latest storybook versions and am creating my own addon. When I import my Typescript based Ember addon in, I get compilation issues stating that it can't find |
Is this intended to be a standalone install - ie, any ember app could just
ember install ember-cli-storybook
and be up and running with storybook? If not, how should this be used with the storybook quick-start guide?https://github.com/storybooks/storybook/tree/master/lib/cli
https://github.com/storybooks/storybook/blob/master/docs/src/pages/basics/guide-ember/index.md
Just doing an ember install with this repo, I ran into some troubles - such as there was no .storybook folder present.
The text was updated successfully, but these errors were encountered: