物业管理系统微信端
# 安装依赖
npm install --registry=https://registry.npm.taobao.org
# 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
-
sudo npm install vue-cli -g
-
sudo vue init webpack wx-property
-
cd wx-property
-
npm run dev
For a detailed explanation on how things work, check out the webpack and vue-loader.