fe6ef71902f0568755af51e20123320b90961cc2
- Add SettingsTokens view at /settings/tokens
- Add TokenManager modal component for creating tokens
- Add token management functions to auth store (fetchTokens, generateToken, revokeToken)
- Add Settings link in header user dropdown
- Add ApiToken types to types/index.ts
- Route: GET /auth/tokens, POST /auth/token/generate, DELETE /auth/tokens/{id}
claudia-docs-web
Claudia Docs Frontend — Vue 3 + Pinia + Vite
Quick Start
npm install
npm run dev
Environment Variables
| Variable | Default | Description |
|---|---|---|
VITE_API_BASE_URL |
http://localhost:8000/api/v1 |
Backend API URL |
Example Docker Compose
environment:
- VITE_API_BASE_URL=http://localhost:8000/api/v1
Build
npm run build
Features
- Rich text editing with TipTap
- Document reasoning and metadata
- Graph view of document relationships
- Backlinks between documents
- Quick switcher (Cmd+K)
- Dark mode
- Export to Markdown/JSON
Description
Languages
Vue
83.3%
TypeScript
16.2%
Dockerfile
0.3%
HTML
0.2%