Urara-Blog/node_modules/.pnpm-store/v3/files/13/ce8548a8d7c82c868ca545c7a400d36aa02194d5a6ba784d416bfd53e0e3af66d4efb9ad4fd5eddf1d7efcb79d5c4f393da41e805bd95287a9e87b38a21c20
2022-08-14 01:14:53 +08:00

18 lines
535 B
Text

# The fastest way to build Svelte apps
This is the [SvelteKit](https://kit.svelte.dev) framework and CLI.
The quickest way to get started is via the [create-svelte](https://github.com/sveltejs/kit/tree/master/packages/create-svelte) package:
```bash
npm create svelte@latest my-app
cd my-app
npm install
npm run dev
```
See the [documentation](https://kit.svelte.dev/docs) to learn more.
## Changelog
[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md).