0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/examples/framework-multiple
2022-08-06 04:39:26 +00:00
..
.vscode Audit examples templates (#3940) 2022-08-04 14:16:51 -04:00
public
src [ci] format 2022-08-06 04:39:26 +00:00
.gitignore refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
.npmrc
.stackblitzrc
astro.config.mjs Audit examples templates (#3940) 2022-08-04 14:16:51 -04:00
package.json update example scripts (#4098) 2022-08-05 21:36:23 -07:00
README.md
sandbox.config.json
tsconfig.json Move types to a .d.ts file inside examples projects (#4171) 2022-08-05 17:46:52 -04:00

Kitchen Sink: Microfrontends with Astro

npm init astro -- --template framework-multiple

Open in StackBlitz

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.