Files
capa/webui
Soufiane Fariss 8e9eadf98a feature: support gzipped rdoc
For dynamic mode, even if the rdoc is gzipped, parsing it can result in
a big performance hit. For example if a user load a 1MB gzipped archive,
which then decompresses into a >70MB JSON object, this can result in
slower parsing. We need to think about how to streamline large rdocs.

This commit adds a restriction on the number of matches to show in
dynamic mode (maxMatches = 1)
2024-08-01 21:31:38 +02:00
..
2024-07-23 00:26:24 +02:00
2024-08-01 21:31:38 +02:00
2024-07-23 00:26:24 +02:00
2024-07-23 00:26:24 +02:00
2024-07-23 00:26:24 +02:00
2024-07-23 00:26:24 +02:00
2024-08-01 21:31:38 +02:00
2024-07-23 00:26:24 +02:00
2024-07-23 00:26:24 +02:00
2024-07-23 00:26:24 +02:00

capa-webui

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint