Update README.md

master
wayn111 10 months ago committed by GitHub
parent 84040d0236
commit 00f7eafa57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,20 +63,21 @@ waynboot-mall是一套全部开源的微商城项目包含一个运营后台
## 本地开发
```
![Alt text](images/mall.gif)
# 克隆项目
git clone git@github.com:wayn111/waynboot-mobile.git
# 进入项目目录
cd waynboot-mobile
// 清空缓存
npm cache clean --force
// 切换新淘宝源
npm config set registry https://registry.npmmirror.com
# 安装依赖
npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm run dev
```

Loading…
Cancel
Save