0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/examples/framework-multiple
Houston (Bot) d6f17044d3
[ci] release (#12240)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-17 13:58:23 +01:00
..
.codesandbox
.vscode
public
src Content Layer (#11360) 2024-08-14 11:49:19 +01:00
.gitignore
astro.config.mjs
package.json [ci] release (#12240) 2024-10-17 13:58:23 +01:00
README.md
tsconfig.json

Kitchen Sink: Microfrontends with Astro

npm create astro@latest -- --template framework-multiple

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

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.