scroll lazy loading img by vue.
基于Vue2.0实现,图片随滚动延迟加载,先请求缩略图,缩略图加载后带模糊效果。滚动到底部后可异步加载更多内容,实现无限加载。 demo:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, checkout the guide and docs for vue-loader.