6d06fce6d2
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
.npmrc | ||
astro.config.mjs | ||
package.json | ||
README.md |
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
.