https://github.com/pdsuwwz/virtuallist-transfer-example
⇄ 使用 Rollup 打包, 二次封装 Element Plus 穿梭框 + 虚拟滚动模式的 Vue3 组件
https://github.com/pdsuwwz/virtuallist-transfer-example
component-library element-plus element-plus-icons-vue expressjs scss transfer virtual-list virtual-scroll virtuallist vite4 vue-virtual-scroller
Last synced: about 2 months ago
JSON representation
⇄ 使用 Rollup 打包, 二次封装 Element Plus 穿梭框 + 虚拟滚动模式的 Vue3 组件
- Host: GitHub
- URL: https://github.com/pdsuwwz/virtuallist-transfer-example
- Owner: pdsuwwz
- License: mit
- Created: 2022-05-19T09:14:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T08:23:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T14:45:03.194Z (3 months ago)
- Topics: component-library, element-plus, element-plus-icons-vue, expressjs, scss, transfer, virtual-list, virtual-scroll, virtuallist, vite4, vue-virtual-scroller
- Language: Vue
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtuallist-transfer-example
⇄ 二次封装 Element Plus 穿梭框 + 虚拟滚动模式的 Vue 3 组件👋 Unplugin 版本:[virtuallist-transfer-unplugin-example](https://github.com/pdsuwwz/virtuallist-transfer-unplugin-example)
* GIF 示例
![]()
* 截图示例## Installation
```
pnpm install
```## Running SFC
```bash
pnpm start
```
🎡 Playground: http://localhost:5000/## Build Watch SFC
```
pnpm build:watch
```## License
[MIT](./LICENSE) License | Copyright © 2020-PRESENT [Wisdom](https://github.com/pdsuwwz)