0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples/framework-multiple
Fred K. Schott bd76716c88
[ci] update lockfile (#3162)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-04-22 10:04:01 -04:00
..
public
src
.gitignore Merge branch 'main' into feat/vercel-adapter 2022-03-30 21:50:41 -03:00
.npmrc
.stackblitzrc
astro.config.mjs
package.json [ci] update lockfile (#3162) 2022-04-22 10:04:01 -04:00
README.md
sandbox.config.json
tsconfig.json

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.