Browse Source

Update README.md

cangdu 8 years ago
parent
commit
669ff28bf7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -36,7 +36,7 @@ nodejs + express + mongodb + mongoose + es6/7 + vue + element-ui
 
 ```
 项目运行之前,请确保系统已经安装以下应用
-1、node
+1、node (6.0 及以上版本)
 2、mongodb (开启状态)
 3、GraphicsMagick (裁切图片)
 ```
@@ -50,7 +50,7 @@ npm install
 
 npm run dev
 
-访问: http://localhost:8001
+访问: http://localhost:8001 查看效果
 
 ```