blob: a46007c823fa12f391c471b4848f266d37f026a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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)
[](https://codespaces.new/withastro/astro?devcontainer_path=/.devcontainer/framework-vue/devcontainer.json)
This example showcases Astro working with [Vue](https://v3.vuejs.org/).
|