summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/README.md
blob: 91d19e163665471e8d688eda0fed6b7f500b8179 (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`.