Initial commit: Vue3 Tailwind dashboard

This commit is contained in:
Agent Zero
2026-02-23 14:02:31 +00:00
commit f1de1c6337
5 changed files with 76 additions and 0 deletions

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}