0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/framework-vue
github-actions[bot] 23dcc649fe
Version Packages (#646)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-12 11:19:29 -04:00
..
src Move hydration directives to special attributes (#618) 2021-07-08 14:07:56 -04:00
.gitignore
.npmrc
astro.config.mjs Add framework-specific prompt and setup to create-astro (#620) 2021-07-07 14:52:44 -05:00
package.json Version Packages (#646) 2021-07-12 11:19:29 -04:00
README.md update example readmes (#591) 2021-07-01 08:43:25 -04:00

Using Vue with Astro

npm init astro --template framework-vue

This example showcases Astro's built-in support for Vue (v3.x).

No configuration is needed to enable Vue support—just start writing Vue components in src/components.