This commit is contained in:
2025-10-29 13:57:39 +03:30
commit fd991c96e8
11 changed files with 8850 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<div>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
</div>
</template>
+6
View File
@@ -0,0 +1,6 @@
@import "tailwindcss";
@plugin "daisyui";
@plugin "daisyui/theme" {
name: "luxury";
default: true;
}