npm install
npm run serve
npm run build
NODE_ENV="development" //环境名
VUE_APP_BASE_URL="http://xxx.xxx.xxx" //服务器地址
VUE_APP_BASE_API="http://xxx.xxx.xxx:port" //接口地址
VUE_APP_DIR_NAME="xxx" //打包名
必须以VUE_APP开头
```# vue-cli-proxy