We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65a164 commit 3070533Copy full SHA for 3070533
1 file changed
README.md
@@ -4,7 +4,13 @@
4
5
6
#### 增加页面
7
-1. 在domain/page目录下增加一个组件*
8
-2. 在entry.js中import这个组件*
9
-3. 在renderScene函数中处理这个组件
10
-4. 在renderNavigationBar中处理导航栏
+- 在domain/page目录下增加一个组件*
+- 在路由元数据文件domain/pages/index.js中增加描述
+
11
+#### 依赖关系
12
+domain目录中本次项目相关的组件,服务,配置参数和Helper函数
13
+basic目录是本次开发过程中的额外产出的通用组件,方法等
14
+domain依赖于basic, 但basic不依赖于domain
15
+domain和basic之间的关系是单向的依赖
16
0 commit comments