storybook basics:Storybook简介https://www.learnstorybook.comintro to storybook 源码
故事书基础 该项目是通过。 来自: : # Create our application: npx create-react-app taskbox cd taskbox # Add Storybook: npx -p @storybook/cli sb init # Run the test runner (Jest) in a terminal: yarn test # Start the component explorer on port 9009: yarn run storybook # Run the frontend app proper on port 3000:
用户评论