GithubHelp home page GithubHelp logo

shadowkun / svelte Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sveltejs/svelte

0.0 1.0 0.0 58.49 MB

Cybernetically enhanced web apps

Home Page: https://svelte.dev

License: MIT License

JavaScript 34.37% Dockerfile 0.02% Makefile 0.04% HTML 28.71% CSS 1.03% TypeScript 35.83%

svelte's Introduction

Cybernetically enhanced web apps: Svelte npm version install size build status license

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.

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

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 Sapper. To develop locally:

cd site
npm install && npm run update
npm run dev

License

MIT

svelte's People

Contributors

aphitiel avatar btakita avatar conduitry avatar ekhaled avatar emiltholin avatar esarbanis avatar evs-chris avatar fweinb avatar garrettgeorge avatar halfnelson avatar harald-1 avatar jacobmischka avatar jacwright avatar jamesbirtles avatar jches avatar kaisermann avatar lukeed avatar m59peacemaker avatar mindrones avatar mrkishi avatar panya avatar paulbgd avatar rich-harris avatar sanderhahn avatar stalkerg avatar swatinem avatar taylorzane avatar tehshrike avatar tivac avatar zxbodya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.