基于Vue2.5的一套移动端组件,包括了CityPicker省市级联、DatePicker时间选择、Dialog对话框、form表单、Picker、Pull下拉刷新上拉加载选择器、Swiper 轮播、Upload上传等常用组件
https://337547038.github.io/vuewap/
pages下为示例演示页面,同时为了方便样式维护,全部独立为scss文件;
# 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