Commit 2e875c8f by 姜雷

添加说明

parent 91c0af98
......@@ -2,20 +2,16 @@
> A Vue.js project
## Build Setup
## 打包说明:
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
```bash
# 项目打包命令
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# 打包目标地址 ./dist
# 线上需替换 ./src/config/constants.js 文件中 SERVER_URL 为正式环境接口部署地址
```
#
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment