微联本地调试 vue 模板
# 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
不用引用微联sdk,npm run build
的时候会自动引用。
不要修改 staticPath
参数