summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/README.md
blob: 465863f72c9d19640b879afcf1f5e950c49db975 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Using Svelte with Astro

```
npm init astro -- --template framework-svelte
```

This example showcases Astro's built-in support for [Svelte](https://svelte.dev/).

No configuration is needed to enable Svelte support—just start writing Svelte components in `src/components`.