https://github.com/revolist/revogrid-benchmarks
Performance comparison for the virtual grids
https://github.com/revolist/revogrid-benchmarks
Last synced: 7 months ago
JSON representation
Performance comparison for the virtual grids
- Host: GitHub
- URL: https://github.com/revolist/revogrid-benchmarks
- Owner: revolist
- Created: 2024-11-19T19:32:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:17:14.000Z (11 months ago)
- Last Synced: 2025-03-16T18:06:41.431Z (7 months ago)
- Language: Vue
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Revogrid benchmarks
This repo is supporting code example for the [article](https://dev.to/revolist/battle-of-the-rows-the-limits-of-data-performance-48l3-temp-slug-5753371?preview=0ea0f4684a7ac168bc31d56bcc84540305dee229c7b0580645d89aad91bad7ca8b0e87410800cbf88858b3d6a66699a50da02d57e9a3b11c0a766639)
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Test run
```sh
npm run test
```