README
cra-am-cli 脚手架工具
A CLI Tool for create a react app with antd-mobile, react ,react router. just like to help you do these:
- create-react-app new project
- npm run eject
- npm install antd-mobile
- ...
Installation
cra-am-cli init
then input your project name and author
feature
- react + react-router + mobx + hooks等相关技术栈
- antd-mobile ui框架
- 响应式布局
- tslint校验
- Jest + Enzyme 单元测试
- 组件懒加载
- husky commitlint 提交预检查