Intro to Storybook Vue Tutorial Broken
See original GitHub issueHi All,
I attempted to follow the instructions for the Vue Tutorial: https://storybook.js.org/tutorials/intro-to-storybook/vue/en/get-started/
I ran into a number of errors when attempting to run yarn storybook
which appear to be related to vue-template-compiler
and vue-loader
.
I was able to get Storybook to load by using @F0rsaken’s instructions in https://github.com/storybookjs/storybook/issues/10654#issuecomment-796593903
Specifically, running yarn add vue-loader@next
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Introduction to Storybook for Vue
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
Read more >Construct a screen out of components - Storybook Tutorials
Let's create a presentational PureInboxScreen.vue in your src/components/ folder: ... runs all our interactions tests and catches broken stories.
Read more >Build a simple component - Storybook Tutorials
First, let's create the task component and its accompanying story file: src/components/Task.vue and src/components/Task.stories.js .
Read more >Storybook for Vue tutorial
It helps you build UI components isolated from the business logic and context of your app. This edition of the Intro to Storybook...
Read more >Visual Testing - Storybook Tutorials
No Storybook tutorial would be complete without testing. ... Unfortunately, the aforementioned testing methods alone aren't enough to prevent UI bugs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MariuszDabrowski and @davidshq going to close this down as the issue has resolved itself with Storybook 6.3. I’ve just finished a rundown on the tutorial with the updated version and no longer the issue presented itself. Can you check on your end and report back if the issue still presents itself and I’ll gladly re-open this issue and triage it.
Stay safe both of you
@prathamesh-gharat no problem whatsoever 😃