blob: 95acfffdeb0e24cae326245f504f018515ced133 (
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/withastro/astro/tree/latest/examples/framework-vue)
This example showcases Astro working with [Vue](https://v3.vuejs.org/).
|