Authored by ccbikai

完善构建

... ... @@ -84,6 +84,8 @@
"yoho-qs": "^1.0.1",
"yoho-swiper": "^3.3.1",
"yoho-vue": "^1.0.26",
"yoho-vue-lazyload": "^0.4.3"
"yoho-vue-infinite-scroll": "^0.2.3",
"yoho-vue-lazyload": "^0.4.3",
"yoho-vue-swipe": "^0.2.6"
}
}
... ...
... ... @@ -30,7 +30,9 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
'yoho-qs',
'yoho-cookie',
'yoho-vue',
'yoho-vue-lazyload'
'yoho-vue-lazyload',
'yoho-vue-swipe',
'yoho-vue-infinite-scroll'
];
});
... ...