1.2.0 • Published 3 years ago

cra-template-golden-pig-h5 v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

GoldenPig Default CRA Template

这是金猪前端 h5 项目的 自定义模板内置了我们在每个项目基本上都要使用的工具

使用方式

npx create-react-app [name] --template cra-template-golden-pig-h5

内置了什么

  1. 开发 erdua 调试工具
  2. 工程化工具 eslint、stylelint、commitlint、prettier、husky
  3. 路由 react-router 并封装了配置生成
  4. 状态管理 mobx
  5. 请求管理 react-query
  6. 懒加载 loadable
  7. 表单管理 react-hook-form
  8. svg 渲染 react-svg
  9. 错误入职上报 sentry
  10. 一些脚本
  11. 和一些常用的 utils

相关链接