1.0.1 • Published 3 years ago

cra-am-cli v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

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