React Hooks后台管理系统实战
发表于 -
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加载
前一页
后一页
^_^成为第一个评论的人吧!
评论
昵称
邮箱 (回复通知)
站点
内容 (支持Markdown语法)