React Hooks后台管理系统实战
Published in -
19-09-03 12:04
react-redux-hooks-pro - 项目名
├─build -------------- 打包配置
├─dist --------------- 打包输出
├─dll ---------------- 开发预打包dll
├─src ---------------- 源代码
| ├─api ------------- 整个项目api集合
| ├─assets ---------- 项目公共静态资源
| ├─components ------ 公共模块
| ├─langs ----------- 多语言
| ├─router ---------- 路由
| ├─store ----------- 全局状态
| | ├─actions ------ 状态方法
| | ├─reducers ----- 状态的数据以及数据的处理
| | └─index.js ----- 状态输出
| ├─views ----------- 页面
| └─index.js -------- 程序主入口
├─.babelrc ----------- babel配置
├─.browserslistrc ---- autoprefixer配置
├─index.html --------- html模板
├─package.json ------- 插件配置
└─postcss.config.js -- autoprefixer加载
Prev
Next
^_^ Be the first to comment.
Comment
Nickname
Email (Reply notice)
Website
Content (can use Markdown syntax)