UNPKG

1.69 kBMarkdownView Raw
1[![Cybernetically enhanced web apps: Svelte](https://sveltejs.github.io/assets/banner.png)](https://svelte.dev)
2
3
4[![npm version](https://img.shields.io/npm/v/svelte.svg)](https://www.npmjs.com/package/svelte) [![license](https://img.shields.io/npm/l/svelte.svg)](LICENSE.md) [![Chat](https://img.shields.io/discord/457912077277855764?label=chat&logo=discord)](https://svelte.dev/chat)
5
6
7## What is Svelte?
8
9Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.
10
11Learn more at the [Svelte website](https://svelte.dev), or stop by the [Discord chatroom](https://svelte.dev/chat).
12
13## Getting started
14
15You can play around with Svelte in the [tutorial](https://learn.svelte.dev/), [examples](https://svelte.dev/examples), and [REPL](https://svelte.dev/repl).
16
17When you're ready to build a full-fledged application, we recommend using [SvelteKit](https://kit.svelte.dev):
18
19```bash
20npm create svelte@latest my-app
21cd my-app
22npm install
23npm run dev
24```
25
26See [the SvelteKit documentation](https://kit.svelte.dev/docs) to learn more.
27
28## Changelog
29
30[The Changelog for this package is available on GitHub](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md).
31
32## Supporting Svelte
33
34Svelte 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:
35
36- [Becoming a backer on Open Collective](https://opencollective.com/svelte).
37
38Funds donated via Open Collective will be used for compensating expenses related to Svelte's development.