MofuMofu2 / react-sandbox

React.js Sandbox
1 stars 0 forks source link

ViteプロジェクトにStorybookを導入する #111

Closed MofuMofu2 closed 6 months ago

MofuMofu2 commented 6 months ago

概要

https://github.com/MofuMofu2/rimarimadan-blog/issues/34 で使いたいので、Viteの構成にStorybookを導入する。Storiesでテストのセットアップできるようにしたい。

MofuMofu2 commented 6 months ago

https://storybook.js.org/docs/builders/vite

If you ran npx storybook@latest init to include Storybook in your Vite application, the builder is already installed and configured for you. If you want, you can also opt into it manually.

だそう。今回はeslint-plugin-storybookしかないため、npx storybook@latest initで導入する。