Commit ce68f8f1991ea8ab4e81390f571f1fe04ad606f7

Authored by sdshaoda
Committed by 小小鲁班
1 parent c5b187a7

Update quick-start.md

docs/zh/getting-started/quick-start.md
... ... @@ -121,7 +121,7 @@ yarn config set registry https://registry.npm.taobao.org
121 121 ```bash
122 122 # 默认当前目录为 luban 项目的根目录
123 123 cd back-end/h5-api
124   -# 使用 yarn 安装依赖,而非 yarn
  124 +# 使用 yarn 安装依赖,而非 npm
125 125 # 原因参见:https://github.com/ly525/luban-h5/issues/92
126 126 yarn install # 安装依赖
127 127  
... ... @@ -188,4 +188,4 @@ previewOne: async (ctx) => {
188 188 > 欢迎大家到[鲁班H5-社区](https://support.qq.com/products/93432/) 交流,在这里可以提问、反馈意见和建议,与作者直接互动
189 189  
190 190  
191   -<Vssue issueId="6" />
192 191 \ No newline at end of file
  192 +<Vssue issueId="6" />
... ...