Skip to content

Commit

Permalink
docs: 更新运行步骤说明
Browse files Browse the repository at this point in the history
  • Loading branch information
F-loat committed Oct 21, 2018
1 parent 862fef0 commit 78d358e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ $ vue init F-loat/mpvue-quickstart my-project
* 安装依赖 `$ npm install`

* 编译运行
- 小程序版 `$ npm run dev`
- 网页版 `$ npm run dev:h5`
- 小程序 `$ npm run dev`
- 网页 `$ npm run dev:h5`

* 生产构建
- 小程序版 `$ npm run build`
- 网页版 `$ npm run build:h5`
- 小程序 `$ npm run build`
- 网页 `$ npm run build:h5`

* 使用微信开发者工具打开项目目录
* 查看调试
- 小程序 使用微信开发者工具打开项目目录
- 网页 通过浏览器访问 `localhost:8080`


## Tips
Expand Down

0 comments on commit 78d358e

Please sign in to comment.