Vue support added

This commit is contained in:
2025-11-15 15:30:12 +02:00
parent ab5df16cb6
commit 96f2429165
4 changed files with 1592 additions and 7 deletions

View File

@@ -9,6 +9,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.7"
"@astrojs/vue": "^5.1.3",
"astro": "^5.15.7",
"vue": "^3.5.24"
}
}
}