pagepiper/web
pyr0ball 6fc8e7faa6 fix: wire bm25_score through Citation so Natural 20 easter egg fires
Citation dataclass gains bm25_score field populated from the retrieved
chunk. chat.py serializes it. api.ts interface updated to include it.
ChatView passes :bm25-score to CitationPanel so the Nat20 threshold
check in onMounted actually has data to evaluate.
2026-05-04 20:01:20 -07:00
..
.vscode feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
public feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
src fix: wire bm25_score through Citation so Natural 20 easter egg fires 2026-05-04 20:01:20 -07:00
.gitignore feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
env.d.ts feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
index.html feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
package-lock.json feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
package.json feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
README.md feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
tsconfig.app.json feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
tsconfig.json feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
tsconfig.node.json feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00
vite.config.ts feat(web): add Vue 3 frontend scaffold -- LibraryView, DocumentCard, IngestProgress 2026-05-04 17:57:48 -07:00

web

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (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 to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build