UI框架 https://github.com/storybookjs/storybook
天问 5b7fc91711 Update 'README.md' | 1 year ago | |
---|---|---|
README.md | 1 year ago |
UI框架,支持vue,react,angular等。
https://storybook.js.org/docs/react/get-started/install/
npx storybook@latest init
npm create vue@latest
npm install
npm run dev
npm run build
npm run storybook
yarn start