wraith/node_modules/vite
Vantz Stockwell 2848d79915 feat: Phase 1 complete — Tauri v2 foundation
Rust backend: SQLite (WAL mode, 8 tables), vault encryption
(Argon2id + AES-256-GCM), settings/connections/credentials
services, 19 Tauri command wrappers. 46/46 tests passing.

Vue 3 frontend: unlock/create vault flow, Pinia app store,
Tailwind CSS v4 dark theme with Wraith branding.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 15:09:41 -04:00
..
bin feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
dist feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
misc feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
types feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
client.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
index.cjs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
index.d.cts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
LICENSE.md feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
package.json feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
README.md feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00

vite

Next Generation Frontend Tooling

  • 💡 Instant Server Start
  • Lightning Fast HMR
  • 🛠️ Rich Features
  • 📦 Optimized Build
  • 🔩 Universal Plugin Interface
  • 🔑 Fully Typed APIs

Vite (French word for "fast", pronounced /vit/) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:

In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

Read the Docs to Learn More.