question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intro to Storybook Vue Tutorial Broken

See original GitHub issue

Hi 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:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
jonniebigodescommented, Jun 24, 2021

@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

0reactions
jonniebigodescommented, Apr 11, 2022

@prathamesh-gharat no problem whatsoever 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found