Showing
1 changed file
with
1 additions
and
1 deletions
@@ -56,7 +56,7 @@ conf/vhosts,nginx注册表文件,restart-nginx.bat, start-nginx.bat, start-php5. | @@ -56,7 +56,7 @@ conf/vhosts,nginx注册表文件,restart-nginx.bat, start-nginx.bat, start-php5. | ||
56 | 127.0.0.1 static.m.dev.yohobuy.com | 56 | 127.0.0.1 static.m.dev.yohobuy.com |
57 | 57 | ||
58 | ### 最后一步 | 58 | ### 最后一步 |
59 | -进入yohobuy/static目录,运行npm install 和 spm install安装下依赖, 成功后在当前目录运行`gulp`启动开发环境服务...看看[m.dev.yohobuy.com](m.dev.yohobuy.com)有没有反应? | 59 | +进入yohobuy/static目录,运行npm install 和 spm install(需要先`spm config set registry http://spm.yoho.cn`将源指定到我们自己的包仓库)安装下依赖, 成功后在当前目录运行`gulp`启动开发环境服务...看看[m.dev.yohobuy.com](m.dev.yohobuy.com)有没有反应? |
60 | 60 | ||
61 | Done ? 'congratulations' : '看看是不是缺了什么,不能解决的时候再问问其他人看看' | 61 | Done ? 'congratulations' : '看看是不是缺了什么,不能解决的时候再问问其他人看看' |
62 | 62 |
-
Please register or login to post a comment