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