0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/examples/framework-multiple
github-actions[bot] 84c18d3030
Version Packages (#1239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26 15:20:38 -04:00
..
public
src
.gitignore
.npmrc
astro.config.mjs Add zod schema validation (#1198) 2021-08-23 14:07:03 -07:00
package.json Version Packages (#1239) 2021-08-26 15:20:38 -04:00
README.md
tsconfig.json

Kitchen Sink: Microfrontends with Astro

npm init astro -- --template framework-multiple

This example showcases Astro's built-in support for multiple frameworks (React, Preact, Svelte, and Vue (v3.x)).

No configuration is needed to enable these frameworks—just start writing components in src/components.