React样板:现代React样板

时间:2021-02-14 19:34:10
【文件属性】:
文件名称:React样板:现代React样板
文件大小:43KB
文件格式:ZIP
更新时间:2021-02-14 19:34:10
react boilerplate TypeScript React项目模版 用于开始一个React SPA项目的模板 基于打字稿+ React + react-router + antd 特性 路由 路由动画 路由鉴权 多页标签 活着 多布局 自定义主题 HTTP封装 代码格式化 文件/目录的风格检测 目录说明 src ├── api # API 目录 ├── assets # 静态资源目录 (需要打包的资源) ├── component # 全局公共组件 (具备有通用性) ├── layout # 页面布局 ├── lib # 业务相关的类/库或封装 ├── page # 页面目录 ├── router
【文件预览】:
react-boilerplate-master
----.gitignore(350B)
----package.json(2KB)
----src()
--------component()
--------api()
--------react-app-env.d.ts(40B)
--------layout()
--------assets()
--------util()
--------types()
--------vendor()
--------page()
--------setupTests.ts(255B)
--------lib()
--------App.less(526B)
--------router()
--------index.less(358B)
--------store()
--------index.tsx(505B)
--------App.test.tsx(280B)
--------serviceWorker.ts(5KB)
--------App.tsx(1KB)
----craco.config.js(724B)
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(3KB)
--------manifest.json(492B)
--------logo512.png(9KB)
----tsconfig.json(93B)
----.github()
--------workflows()
----.prettierignore(49B)
----README.md(2KB)
----.env.development(90B)
----script()
--------FileStyleCheck.ts(72B)
----.gitattributes(61B)
----renovate.json(33B)
----.env.production(95B)
----.prettierrc(70B)
----tsconfig.extend.json(615B)

网友评论