19 Star 127 Fork 33

GluTtoNy / vue-view-lazy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
GluTtoNy 提交于 2018-07-19 10:16 . 修改版本号
{
"name": "vue-view-lazy",
"version": "0.0.6",
"description": "基于vue的懒加载插件,图片或者其他资源进入可视区域后加载",
"main": "index.js",
"scripts": {
"start": "webpack",
"dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"lazy",
"vue-view",
"vue-lazy",
"vue-view-lazy",
"IntersectionObserver"
],
"repository": {
"type": "git",
"url": "https://gitee.com/cncgx/vue-view-lazy.git"
},
"author": "cgx",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"webpack": "^3.6.0"
}
}
JavaScript
1
https://gitee.com/cncgx/vue-view-lazy.git
git@gitee.com:cncgx/vue-view-lazy.git
cncgx
vue-view-lazy
vue-view-lazy
master

搜索帮助