Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.48 KB

File metadata and controls

56 lines (35 loc) · 1.48 KB

@pdanpdan/virtual-scroll

A high-performance, flexible virtual scrolling component for Vue 3 that supports massive datasets (up to billions of pixels) through coordinate scaling.

NPM Version License

Links

Project Structure

This is a monorepo managed by pnpm.

Getting Started

Installation

pnpm install

Development

Start the playground in development mode (with SSR and HMR enabled for the library):

pnpm dev

Build

Build all packages:

pnpm build

Testing

Run all checks (linting, type checking, tests) for the core library:

pnpm test:all

License

MIT