Initial commit: Vue3 Tailwind dashboard

This commit is contained in:
Agent Zero
2026-02-23 14:02:32 +00:00
parent 9a61acfe6a
commit b306e3fae7
13 changed files with 48 additions and 11452 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: [],
}