Where is the documentation for @storybook/html and @storybook/html-vite #32467
-
QuestionI saw documentation for framework like react (https://storybook.js.org/docs/get-started/frameworks/react-vite). But where is the official documentation for Screenshot of documentation![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @zecka! I'm Dosu and I’m helping the storybook team. There isn't a dedicated documentation page for For Vite integration, the closest official guide is for Web Components & Vite, which covers setup, migration, and configuration. The general approach is to install the relevant package and set the You can also find more about Storybook's framework architecture and setup in the new frameworks guide and Vite builder docs, but neither provides a dedicated page for To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Hi @zecka! I'm Dosu and I’m helping the storybook team.
There isn't a dedicated documentation page for
@storybook/html
or@storybook/html-vite
like there is for React/Vite. For@storybook/html
, the official docs recommend it as a starter framework and provide a boilerplate to get started docs.For Vite integration, the closest official guide is for Web Components & Vite, which covers setup, migration, and configuration. The general approach is to install the relevant package and set the
framework
property in your.storybook/main.js|ts
file.You can also find more about Storybook's framework architecture and setup in the new frameworks guide and Vite builder docs, but neither provides a d…