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

4
tsconfig.json Normal file
View File

@ -0,0 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
}