From 5824a801c64744d42508e475e5009566df3a3f92 Mon Sep 17 00:00:00 2001 From: zhh Date: Fri, 14 Dec 2018 09:56:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d035654..5e7cd3d 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ src -- 源码目录 ``` ## 搭建步骤 -- 下载node并安装;https://nodejs.org/dist/v8.9.4/node-v8.9.4-x64.msi +- 下载node并安装:https://nodejs.org/dist/v8.9.4/node-v8.9.4-x64.msi; - 该项目为前后端分离项目,访问本地访问接口需搭建后台环境,搭建请参考后端项目[传送门](https://github.com/macrozheng/mall); - 访问在线接口无需搭建后台环境,只需将config/dev.env.js文件中的BASE_API改为[http://39.98.69.210:8080](http://localhost:39.98.69.210:8080)即可; - 克隆源代码到本地,使用IDEA打开,并完成编译; -- 运行命令:npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面; +- 在IDEA命令行中运行命令:npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面; - 如遇无法运行该以上命令,需先运行npm install命令。 ## 许可证