1 Star 0 Fork 0

hattori/el-table-virtual-scroll-next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "el-table-virtual-scroll-next",
"version": "1.0.2",
"description": "The virtual scrolling component developed based on the Table component of Element-Plus supports dynamic height and solves the problem of scrolling stuck when the amount of data is large.",
"main": "dist/el-table-virtual-scroll-next.umd.js",
"module": "dist/el-table-virtual-scroll-next.esm.js",
"unpkg": "dist/el-table-virtual-scroll-next.min.js",
"scripts": {
"build:umd": "rollup --config ./build/rollup.config.umd.js",
"build:browser": "rollup --config ./build/rollup.config.browser.js",
"build:es": "rollup --config ./build/rollup.config.es.js",
"build": "npm run build:umd && npm run build:browser && npm run build:es"
},
"keywords": [
"vue3",
"el-table-virtual-scroll-next",
"virtual",
"scroll",
"el-table",
"ElementPlus"
],
"author": "xiaocheng555",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/xiaocheng555/el-table-virtual-scroll-next.git"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^8.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.4.1",
"less": "^4.2.0",
"rollup": "^2.36.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.3.8",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"element-plus": "^2.2.29"
},
"dependencies": {
"throttle": "^1.0.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hattori/el-table-virtual-scroll-next.git
[email protected]:hattori/el-table-virtual-scroll-next.git
hattori
el-table-virtual-scroll-next
el-table-virtual-scroll-next
master

搜索帮助