mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
38047119ff
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> |
||
---|---|---|
.. | ||
.codesandbox | ||
.vscode | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
tsconfig.json |
Kitchen Sink: Microfrontends with Astro
npm create astro@latest -- --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
.