2021-06-28 15:46:10 +00:00
|
|
|
# Using Svelte with Astro
|
|
|
|
|
2021-07-01 12:43:25 +00:00
|
|
|
```
|
2021-07-21 01:06:11 +00:00
|
|
|
npm init astro -- --template framework-svelte
|
2021-07-01 12:43:25 +00:00
|
|
|
```
|
|
|
|
|
2021-06-28 15:46:10 +00:00
|
|
|
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`.
|