summaryrefslogtreecommitdiff
path: root/examples/framework-vue/README.md
blob: b62554138488429c744c6f6c6cc9b2b9d551e74b (plain) (blame)
1
2
3
4
5
6
7
8
9
# Using Vue with Astro

```
npm init astro --template framework-vue
```

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`.