[TOC]
* * * * *
# 1 概述
~~~
inferno-master\ ;源代码总目录
config\ ;配置目录
examples\ ;示例目录
packages\ ;包目录
src\ ;源代码目录
tools\ ;工具目录
其他文件
~~~
# 2 目录功能
~~~
inferno-master\
config\ ;框架测试,构建配置文件目录
examples\ ;框架示例目录
packages\ ;框架打包目录
src\ ;框架源代码目录
tools\ ;框架辅助工具目录
~~~
# 3 综述
- 框架概述
- 框架目录
- 总目录(inferno-master)
- 配置目录(config)
- 示例目录(examples)
- 包目录(packages)
- 源代码目录(src)
- 工具目录(tools)
- 其他文件
- 框架结构
- (0)依赖关系
- (1)Inferno模块
- (2)InfernoDOM模块
- (3)InfernoServer模块
- (4)InfernoComponent模块
- (5)InfernoTestUtils模块
- (6)InfernoCreateElement模块
- (7)InfernoRouter模块
- 框架实现
- (1)Router
- (2)Redux
- (3)Component
- (4)CreateElement
- (5)Core(Vnode)
- (6)Dom(Render)
- (7)Server
- (8)TestUtils
- (9)Utils
- 框架流程
- 框架示例
- 框架更新
- 基础原理
- 框架总结