-
I want storybook to support vue and react at same time.How to configure the storybook. |
Beta Was this translation helpful? Give feedback.
Answered by
woodsboe
Nov 8, 2023
Replies: 1 comment
-
Hi @Leo-July, Try looking at a monorepo approach. Here's a link to an article that might inspire you. In a monorepo, you can have multiple Storybook instances running simultaneously, and with Storybook Composition, you can compose them into a main Storybook site. This article will walk you through setting up a Turborepo with Storybook. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonniebigodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Leo-July,
I don't think you can do it in a single Storybook instance.
Try looking at a monorepo approach. Here's a link to an article that might inspire you.
In a monorepo, you can have multiple Storybook instances running simultaneously, and with Storybook Composition, you can compose them into a main Storybook site.
This article will walk you through setting up a Turborepo with Storybook.