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