1.0.1 • Published 11 months ago

react-storybook-rockbell89 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-storybook

설치

  • vite 설치
yarn add vite
  • storybook 설치
npx storybook@latest init
yarn add @storybook/react (기존)
  • storybook 실행
yarn run storybook
  • rollup 설치 (vs webpack)
yarn add rollup
  • esbuild (번들러) 설치
yarn add esbuild
yarn add rollup-plugin-esbuild -D
  • peer dependencies
yarn add rollup-plugin-peer-deps-external -D
1.0.1

11 months ago

1.0.0

11 months ago