Storybook relating that repository is empty when I have one story. #14066
Unanswered
joao-pedrozo
asked this question in
Help
Replies: 1 comment
-
I don't see any stories under your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have a vue.js application which I want to install storybook. I run
npx sb init
to start, then I add one story in the related path informed on.storybook/main.js
, but it says that my Storybook is empty! Another curious thing: it says that my Storybook is empty, but if I change a bit of the only story it has, the story appears but the component is completly raw and without styles, and if I refresh the page, this stories that shows up when I saved the file disappears again.To Reproduce
Steps to reproduce the behavior:
yarn
npx sb init
.storybook/main.js
to"../src/components/**/**/*.stories.js"
Expected behavior
The component related on the story should appear correctly.
Screenshots

System
Beta Was this translation helpful? Give feedback.
All reactions