pagepiper/web
2026-05-04 18:32: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 feat(web): add ChatView, CitationPanel, and Natural 20 easter egg 2026-05-04 18:32: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