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