1.3.1 • Published 4 years ago

cra-template-react-ts v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

cra-template-react-ts

To use this template, add --template react-ts when creating a new app.

For example:

npx create-react-app my-app --template react-ts

# or

yarn create react-app my-app --template react-ts

Features:

  1. typescript(done)
  2. eslint(done)
  3. prettier(done)
  4. stylelint(done)
  5. husky(done)
  6. commitlint(done)
  7. ant-design按需加载(done)
  8. axios请求库封装
  9. webpack扩展配置(done)
  10. 最佳实践目录结构及文档说明

For more information, please refer to: