blob: a6c4683badece9d803a1d763fb082973373a071a (
plain) (
blame)
1
2
3
4
5
|
# Using Vue with Astro
This example showcases Astro's built-in support for [Vue (`v3.x`)](https://v3.vuejs.org/).
No configuration is needed to enable Vue support—just start writing Vue components in `src/components`.
|