All Projects β†’ sveltejs β†’ Svelte

sveltejs / Svelte

Licence: mit
Cybernetically enhanced web apps

Programming Languages

typescript
32286 projects
Svelte
593 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Svelte

Eval
Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
Stars: ✭ 157 (-99.71%)
Mutual labels:  compiler, template
Cause Jekyll Template
🌷 Not for profit template for Jekyll
Stars: ✭ 107 (-99.8%)
Mutual labels:  template
Odin
Odin Programming Language
Stars: ✭ 1,393 (-97.41%)
Mutual labels:  compiler
Es6 Webpack2 Starter
πŸš€ A template project for es6/7, webpack2/3, sass and postcss
Stars: ✭ 106 (-99.8%)
Mutual labels:  template
I7j Pdfhtml
pdfHTML is an iText 7 add-on for Java that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 104 (-99.81%)
Mutual labels:  template
Terraform Multienv
A template for maintaining a multiple environments infrastructure with Terraform. This template includes a CI/CD process, that applies the infrastructure in an AWS account.
Stars: ✭ 107 (-99.8%)
Mutual labels:  template
Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
Stars: ✭ 103 (-99.81%)
Mutual labels:  compiler
Parcel
The zero configuration build tool for the web. πŸ“¦πŸš€
Stars: ✭ 39,670 (-26.36%)
Mutual labels:  compiler
Nativescript App Templates
Monorepo for NativeScript app templates
Stars: ✭ 108 (-99.8%)
Mutual labels:  template
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-99.8%)
Mutual labels:  template
Gin Template
golang template for gin framework!
Stars: ✭ 106 (-99.8%)
Mutual labels:  template
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (-99.81%)
Mutual labels:  template
Haste Compiler
A GHC-based Haskell to JavaScript compiler
Stars: ✭ 1,429 (-97.35%)
Mutual labels:  compiler
Ts Transform Import Path Rewrite
TS AST transformer to rewrite import path
Stars: ✭ 104 (-99.81%)
Mutual labels:  compiler
Node.js Bootstrap Starter Template
Node.js, Express, Pug, Twitter Bootstrap, Starter Template
Stars: ✭ 107 (-99.8%)
Mutual labels:  template
Vali Admin
Free Bootstrap 4 admin/dashboard template
Stars: ✭ 1,391 (-97.42%)
Mutual labels:  template
Swift Init Generator
An Xcode plugin that uses the Swift parser to generate initializers
Stars: ✭ 105 (-99.81%)
Mutual labels:  compiler
Datum
πŸ”‘ πŸ§œπŸ½β€β™€οΈ δΈ‹δΈ€δ»£δΌδΈšηΊ§ηΌ–η¨‹θ―­θ¨€γ€‚A easy maintain(read/write) language for transform from/to other languages.
Stars: ✭ 107 (-99.8%)
Mutual labels:  compiler
Babel
🐠 Babel is a compiler for writing next generation JavaScript.
Stars: ✭ 40,109 (-25.54%)
Mutual labels:  compiler
Kotlin
The Kotlin Programming Language.
Stars: ✭ 39,664 (-26.37%)
Mutual labels:  compiler

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.

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.

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Svelte locally:

git clone https://github.com/sveltejs/svelte.git
cd svelte
npm install

Do not use Yarn to install the dependencies, as the specific package versions in package-lock.json are used to build and test Svelte.

To build the compiler and all the other modules included in the package:

npm run build

To watch for changes and continually rebuild the package (this is useful if you're using npm link to test out changes in a project locally):

npm run dev

The compiler is written in TypeScript, but don't let that put you off β€” it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than Visual Studio Code, you may need to install a plugin in order to get syntax highlighting and code hints, etc.

Running Tests

npm run test

To filter tests, use -g (aka --grep). For example, to only run tests involving transitions:

npm run test -- -g transition

svelte.dev

The source code for https://svelte.dev, including all the documentation, lives in the site directory. The site is built with SvelteKit.

Is svelte.dev down?

Probably not, but it's possible. If you can't seem to access any .dev sites, check out this SuperUser question and answer.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].