cra-am-cli

A CLI Tool for create a react app with antd-mobile, react ,react router. just like to help you do these: - 1. create-react-app new project - 2. npm run eject - 3. npm install antd-mobile - 4. ...

Usage no npm install needed!

<script type="module">
  import craAmCli from 'https://cdn.skypack.dev/cra-am-cli';
</script>

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:

    1. create-react-app new project
    1. npm run eject
    1. npm install antd-mobile
    1. ...

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 提交预检查