- 使用指南 —— 如何使用项目框架开发应用
- React
- Redux
- Webpack
- React-router
- Immutable
- Antd
- yarn global add yo
- yarn global add generator-modation
- mkdir myapp && cd myapp
- yo modation
- yarn install
- yarn start
- view
localhost:8000
on your browser - Enjoy!
- Eslint 检查基于airbnb JS 规范
- Stylelint 检查 CSS
- Git 提交信息检查
- 进到你要添加组件的目录,比如:
cd src/components
- 然后执行以下命令:
yo modation:component <componet-name>
- 进到
src/containers
目录,执行以下命令:
yo modation:container <container-name>
- 进到要创建测试用例的目录,执行以下命令:
yo modation:unittest <component-name>