Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdsuwwz/rollup-chunks-example
⇄ 使用 Rollup 打包, Chunks + Unplugin + ES Module版本 🪆 二次封装 Element Plus 穿梭框 + 虚拟滚动模式的 Vue3 组件
https://github.com/pdsuwwz/rollup-chunks-example
chunks code-splitting component-library element-plus element-plus-icons-vue example iconify iconify-json-ep rollup transfer unplugin unplugin-auto-import virtual-scroll virtuallist vite4 vue-virtual-scroller vue3
Last synced: 8 days ago
JSON representation
⇄ 使用 Rollup 打包, Chunks + Unplugin + ES Module版本 🪆 二次封装 Element Plus 穿梭框 + 虚拟滚动模式的 Vue3 组件
- Host: GitHub
- URL: https://github.com/pdsuwwz/rollup-chunks-example
- Owner: pdsuwwz
- License: mit
- Created: 2022-10-22T15:59:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T09:15:40.000Z (over 1 year ago)
- Last Synced: 2024-11-03T13:54:37.046Z (about 2 months ago)
- Topics: chunks, code-splitting, component-library, element-plus, element-plus-icons-vue, example, iconify, iconify-json-ep, rollup, transfer, unplugin, unplugin-auto-import, virtual-scroll, virtuallist, vite4, vue-virtual-scroller, vue3
- Language: Vue
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rollup-chunks-example
⇄ Chunks + Unplugin + ES Module版本 🪆 二次封装 Element Plus 穿梭框 + 虚拟滚动模式的 Vue 3 组件🕙 原始 Unplugin 版本:[virtuallist-transfer-unplugin-example](https://github.com/pdsuwwz/virtuallist-transfer-unplugin-example)
🕙 无 Unplugin 版本:[virtuallist-transfer-example](https://github.com/pdsuwwz/virtuallist-transfer-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)