You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte
Paolo Ricciuti 9832c639e5
fix: migrate default slots to children snippet (#13760)
1 year ago
..
compiler chore: compiler subpackage (#10988) 2 years ago
messages breaking: state mutations inside the template are no longer allowed (#13660) 1 year ago
scripts docs: generate pages for compiler/runtime warnings/errors (#13557) 1 year ago
src fix: migrate default slots to children snippet (#13760) 1 year ago
tests fix: migrate default slots to children snippet (#13760) 1 year ago
types docs: more fixes (#13608) 1 year ago
.gitignore chore: compiler subpackage (#10988) 2 years ago
CHANGELOG-pre-5.md chore: cleanup (#9381) 2 years ago
CHANGELOG.md Version Packages (#13742) 1 year ago
README.md chore: restructure docs for new site (#13699) 1 year ago
elements.d.ts fix: webview can contain any string for preload (#13733) 1 year ago
knip.json chore: configure knip (#13016) 1 year ago
package.json Version Packages (#13742) 1 year ago
rollup.config.js chore: compiler subpackage (#10988) 2 years ago
svelte-html.d.ts fix: ensure typings for `<svelte:options>` are picked up (Svelte 5 version) (#12903) 1 year ago
tsconfig.generated.json check generated types (#11068) 2 years ago
tsconfig.json fix: add document and window to svelte/events on types. (#13260) 1 year ago
tsconfig.runtime.json chore: runtime linting (#12314) 1 year ago

README.md

Cybernetically enhanced web apps: Svelte

npm version license Chat

What is Svelte?

Svelte 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.

Learn more at the Svelte website, or stop by the Discord chatroom.

Getting started

You can play around with Svelte in the tutorial, examples, and REPL.

When you're ready to build a full-fledge application, we recommend using SvelteKit:

npx sv create my-app
cd my-app
npm install
npm run dev

See the SvelteKit documentation to learn more.

Changelog

The Changelog for this package is available on GitHub.

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.