cra-template-golden-pig-h5
v1.2.0
Published
The base TypeScript template for Create React App.
Downloads
7
Readme
GoldenPig Default CRA Template
这是金猪前端 h5 项目的 自定义模板内置了我们在每个项目基本上都要使用的工具
使用方式
npx create-react-app [name] --template cra-template-golden-pig-h5
内置了什么
- 开发 erdua 调试工具
- 工程化工具 eslint、stylelint、commitlint、prettier、husky
- 路由 react-router 并封装了配置生成
- 状态管理 mobx
- 请求管理 react-query
- 懒加载 loadable
- 表单管理 react-hook-form
- svg 渲染 react-svg
- 错误入职上报 sentry
- 一些脚本
- 和一些常用的 utils
相关链接
npm 包地址 cra-template-golden-pig-h5
template 实现 create-template-app