这是基于ZanUI + WeUI 用mpvue重写的一套框架。集合了我在工作中常用的功能!参考了很多大牛开源的代码!
# install 依赖包
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