diff options
Diffstat (limited to 'examples/framework-multiple/README.md')
-rw-r--r-- | examples/framework-multiple/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md index f07077dbf..054dbed3c 100644 --- a/examples/framework-multiple/README.md +++ b/examples/framework-multiple/README.md @@ -6,6 +6,7 @@ npm create astro@latest -- --template framework-multiple [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple) [](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-multiple) +[](https://codespaces.new/withastro/astro?devcontainer_path=/.devcontainer/framework-multiple/devcontainer.json) This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)). |