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