0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/framework-multiple
Houston (Bot) e56c428f3b
[ci] release (#10236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-28 13:17:40 +00:00
..
.codesandbox
.vscode
public
src
.gitignore
astro.config.mjs
package.json [ci] release (#10236) 2024-02-28 13:17:40 +00: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.