1
0

Setup Astro project and start working on placeholder page

This commit is contained in:
Michael Rieger
2025-09-11 15:59:12 +02:00
parent e11df7efb2
commit b5e812da0f
43 changed files with 1675 additions and 181 deletions
+3 -1
View File
@@ -9,6 +9,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.12.8"
"@astrojs/vue": "^5.1.1",
"astro": "^5.13.7",
"vue": "^3.5.21"
}
}