react-app-starter

时间:2024-08-23 05:04:40
【文件属性】:

文件名称:react-app-starter

文件大小:289KB

文件格式:ZIP

更新时间:2024-08-23 05:04:40

JavaScript

Extrawest React 应用启动器 基于带有 redux 状态管理的 create-react-app 的简单样板 演示 项目结构 react_app ├── .env ├── .env.dist ├── jsconfig.json ├── package.json ├── yarn.lock ├── public │ ├── favicon.ico │ ├── index.html │ └── manifest.json └── src ├── assets │ ├── images | └── ... ├── api │ ├── ... | ├── ... | └── index.js ├── components | ├── common | | ├─


【文件预览】:
react-app-starter-main
----public()
--------manifest.json(500B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----yarn.lock(588KB)
----src()
--------pages()
--------redux()
--------utils()
--------hocs()
--------i18n()
--------styles()
--------layouts()
--------permissions()
--------theme()
--------components()
--------assets()
--------App.js(2KB)
--------reportWebVitals.js(362B)
--------setupTests.js(241B)
--------api()
--------hooks()
--------serviceWorker.js(5KB)
--------index.js(597B)
--------routes()
----jsconfig.json(78B)
----babel.config.json(204B)
----README.md(6KB)
----.husky()
--------pre-commit(56B)
--------.gitignore(2B)
----.env.dist(111B)
----.gitignore(396B)
----package.json(3KB)

网友评论