1 Star 0 Fork 10

ffcoder/vue3-seamless-scroll

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
xfy520 提交于 2021-08-29 20:00 . 增加声明文件
{
"name": "vue3-seamless-scroll",
"version": "1.0.7",
"author": "xufangyi",
"private": false,
"description": "Vue3.0 无缝滚动组件",
"keywords": [
"vue",
"vue3",
"seamless",
"scroll",
"seamless-scroll",
"vue3-seamless-scroll"
],
"main": "lib/vue3SeamlessScroll.umd.min.js",
"types": "./index.d.ts",
"files": [
"package.json",
"README.md",
".gitignore",
"LICENSE",
"index.d.ts",
"lib/vue3SeamlessScroll.common.js",
"lib/vue3SeamlessScroll.common.js.map",
"lib/vue3SeamlessScroll.umd.js",
"lib/vue3SeamlessScroll.umd.js.map",
"lib/vue3SeamlessScroll.umd.min.js",
"lib/vue3SeamlessScroll.umd.min.js.map"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xfy520/vue3-seamless-scroll.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue3SeamlessScroll ./package/index.js"
},
"dependencies": {},
"devDependencies": {
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "3.0.3",
"echarts": "^5.1.2",
"vue": "3.0.3",
"vue3-seamless-scroll": "1.0.7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ffcoder/vue3-seamless-scroll.git
[email protected]:ffcoder/vue3-seamless-scroll.git
ffcoder
vue3-seamless-scroll
vue3-seamless-scroll
master

搜索帮助