创建Material-UI应用
基于CRA和Material-UI的样板,具有:
@material-ui/core
react-scripts
@storybook/react
storybook-addon-material-ui
如何使用
git clone https://github.com/react-theming/create-material-ui-app.git
cd create-material-ui-app
yarn # select @storybook/react version when prompted
yarn storybook
在浏览器中打开
这是您的带有Material-UI组件的故事书
从src/stories/index.js文件开始编写新故事。 将您的应用创建为普通的CRA应用。
关于样板的注意事项
Create Material-UI App建立在,这意味着create-react-app支持的所有功能都可用。
我们建议在新项目中坚持使用此样板,因为我们试图在此处保持最新的稳定配置。
贡献
非常欢迎对该项目提出任何功能要求
1