wraith/frontend/src/App.vue
Vantz Stockwell 381d142a73 feat: Wails v3 + Vue 3 project scaffold with Tailwind dark theme
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 06:11:19 -04:00

9 lines
261 B
Vue

<template>
<div class="h-screen flex items-center justify-center">
<div class="text-center">
<h1 class="text-3xl font-bold text-[#58a6ff]">WRAITH</h1>
<p class="text-[#8b949e] mt-2">Desktop shell loading...</p>
</div>
</div>
</template>