A Vue.js project
基本配置都有了,如具体不知道如何使用请参照[email protected]:Health/drugo2omall-wx.git
## Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev 走默认自己配置
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
## 环境Build
# 内网开发
npm run build dev
# 外网开发
npm run build beta
# 外网测试
npm run build testdev
# 生产
npm run build pro