astro/examples/framework-multiple
2022-08-13 17:01:47 +00:00
..
.vscode Audit examples templates (#3940) 2022-08-04 14:16:51 -04:00
public
src Add Astro.generator (#4012) 2022-08-08 12:34:05 -05:00
.gitignore refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
.npmrc
.stackblitzrc
astro.config.mjs [ci] format 2022-08-13 17:01:47 +00:00
package.json [ci] release (#4290) 2022-08-12 17:40:47 -05: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.