blob: 14e778765a5bdefe018df208f902b0bd21282d3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Astro + Vue Example
```sh
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/).
|