/create-react-storybook

create react storybook

Primary LanguageJavaScriptMIT LicenseMIT

create-react-storybook

创建 react-storybook

环境

node.js >= 8

使用

npm

npx create-react-storybook my-react-component

bug

  • 未生成 .gitignore/.npmignore/tsconfig.json/README.md 文件
  • 生成的 package.json 文件中没有 author/repository/bugs/homepage 字段
  • 生成的 template 中没有 Example 组件
  • 未初始化 git

未完待续...