Skip to content
/ kit Public
forked from sveltejs/kit

The fastest way to build Svelte apps

License

Notifications You must be signed in to change notification settings

danfry1/kit

This branch is 2152 commits behind sveltejs/kit:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 15, 2022
Dec 22, 2021
Oct 31, 2022
Nov 16, 2022
Nov 15, 2022
Oct 24, 2022
Nov 10, 2022
Oct 20, 2020
Jan 19, 2022
Sep 21, 2022
May 13, 2022
Sep 6, 2022
Oct 31, 2022
Oct 15, 2020
Oct 23, 2022
Nov 10, 2022
Nov 15, 2022
Sep 5, 2022
Jan 9, 2022
Oct 29, 2022

Repository files navigation

Chat

READ THIS FIRST!

SvelteKit is in its release candidate phase:

  • ❗ expect bugs!
  • ✔️ no more planned breaking changes
  • ✔️ countdown to a stable release
  • ❌ feature-complete
  • ❌ tutorials

Watch the announcement and track progress towards 1.0 for more details.

Overview

The Fastest Way to Build Svelte Apps

  • 💨 Blazing-Fast Production Sites
  • 🛠️ SSR, SPA, SSG, and In-Between
  • ⚡️ Instantly Visible Code Changes
  • 🔩 Existing Universe of Plugins
  • 🔑 Fully Typed APIs

Documentation

Please see the documentation for information about getting started and developing with SvelteKit.

Packages

Package Changelog
@sveltejs/kit Changelog
create-svelte Changelog
@sveltejs/adapter-node Changelog
@sveltejs/adapter-static Changelog
@sveltejs/adapter-cloudflare-workers Changelog
@sveltejs/adapter-cloudflare Changelog
@sveltejs/adapter-netlify Changelog
@sveltejs/adapter-vercel Changelog

The SvelteKit community also makes additional SvelteKit adapters available for use.

Migrating from Sapper

Check out the Migration Guide if you are upgrading from Sapper.

Bug reporting

Please make sure the issue you're reporting involves SvelteKit. Many issues related to how a project builds originate from Vite, which is used to build a SvelteKit project. It's important to note that new Vite projects don't use SSR by default, and so if you create a new Vite project from scratch, many issues won't reproduce. You should thus start with a project that utilizes SSR, such as npm create vite-extra@latest -- --template ssr-svelte.

If an issue originates from Vite, please report it in the Vite issue tracker.

Changing SvelteKit locally

See the Contributing Guide.

Supporting Svelte

Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers. If you'd like to support their efforts, please consider:

Funds donated via Open Collective will be used for compensating expenses related to Svelte's development such as hosting costs. If sufficient donations are received, funds may also be used to support Svelte's development more directly.

License

MIT

About

The fastest way to build Svelte apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.5%
  • TypeScript 15.5%
  • Svelte 6.6%
  • Other 1.4%