Added router, added home and 404 page, added icons as svg file, added header and footer component, added tailwind

This commit is contained in:
2025-01-28 15:50:35 +01:00
parent a8acff817b
commit 8994ec306a
27 changed files with 2877 additions and 108 deletions

View File

@@ -12,10 +12,20 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@tsconfig/node18": "^18.2.4",
"@types/cors": "^2.8.17",
"@types/node": "^22.12.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.0",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
}
}