浏览代码

docs:更新文档

carver 1 年之前
父节点
当前提交
265e78e690
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      患者端公众号-太和.md
  2. 3 0
      患者端公众号-白云.md

+ 3 - 0
患者端公众号-太和.md

@@ -20,6 +20,9 @@
 node version: v10.12.0, npm/yarn install
 node version: v10.12.0, npm/yarn install
 
 
 ```json
 ```json
+// 编译前先获取 git submodule 中的代码
+git submodule update --init --remote
+
 // dev环境
 // dev环境
 npm run start  // 公众号
 npm run start  // 公众号
 
 

+ 3 - 0
患者端公众号-白云.md

@@ -18,6 +18,9 @@
 node version: v10.12.0, npm/yarn install
 node version: v10.12.0, npm/yarn install
 
 
 ```json
 ```json
+// 编译前先获取 git submodule 中的代码
+git submodule update --init --remote
+
 // dev环境
 // dev环境
 npm run start     // 公众号
 npm run start     // 公众号