blob: 34761e72fbac629aaa76bf1dfe27c9204e862c1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Astro + Vue Example
```
npm create astro@latest -- --template framework-vue
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-vue)
This example showcases Astro working with [Vue](https://v3.vuejs.org/).
|