feat: initial project setup with Nuxt and Tailwind CSS

This commit is contained in:
2025-06-18 15:59:25 +08:00
commit 0dcd91cbb9
12 changed files with 7685 additions and 0 deletions

6
app.vue Normal file
View File

@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>