0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/framework-multiple
2021-08-13 23:32:55 +00:00
..
src Reduce meta viewport tag (#1006) 2021-08-04 08:30:58 -04:00
.gitignore
.npmrc
astro.config.mjs [ci] yarn format 2021-07-21 23:11:40 +00:00
package.json Version Packages (next) (#1092) 2021-08-12 01:39:34 -07:00
README.md Expose JSX compilation to renderers (#588) 2021-07-21 18:10:03 -05:00
tsconfig.json [ci] yarn format 2021-08-13 23:32:55 +00:00

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.