Initial Vue based site

This commit is contained in:
Starystars67
2023-12-13 17:54:29 +00:00
parent 8dcd6d723f
commit 5d2b86d27e
40 changed files with 7119 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}