Skip to content

Commit f464863

Browse files
authored
Merge pull request #614 from mattlehrer/main
Add SvelteKit
2 parents 6e46262 + cfd882b commit f464863

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/site/generators/sveltekit.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: SvelteKit
3+
repo: sveltejs/kit
4+
homepage: https://kit.svelte.dev/
5+
language:
6+
- JavaScript
7+
license:
8+
- MIT
9+
templates:
10+
- Svelte
11+
description: SvelteKit is an application framework powered by Svelte — build bigger apps with a smaller footprint.
12+
---
13+
14+
SvelteKit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing. [Read the guide](https://kit.svelte.dev/docs) or the [introductory blog post](https://svelte.dev/blog/whats-the-deal-with-sveltekit) to learn more.
15+
16+
All the SEO and progressive enhancement of a server-rendered app, with the slick navigation of an SPA.
17+
18+
It's the successor to Sapper. It's like Next.js and Nuxt.js, but faster and smaller because it's powered by [Svelte](https://svelte.dev).

0 commit comments

Comments
 (0)