Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoachnt/virtual-list-svelte
Virtual list built with svelte
https://github.com/hoachnt/virtual-list-svelte
Last synced: about 2 months ago
JSON representation
Virtual list built with svelte
- Host: GitHub
- URL: https://github.com/hoachnt/virtual-list-svelte
- Owner: hoachnt
- Created: 2023-07-27T00:01:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:52:32.000Z (about 1 year ago)
- Last Synced: 2024-04-23T05:18:13.335Z (8 months ago)
- Language: Svelte
- Homepage: https://svelte-virtual-list.netlify.app/
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build virtual list
## Running a project
```bash
# install dependencies
npm install
```## Developing
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Result
[![Result video](./static/video-image.png)](./static/video.webm)
![Result image](./static/result-image.png)
![Result image](./static/result.png)