Cybernetically enhanced web apps
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.
 
 
 
 
Go to file
Richard Harris e54b912ce0
strip README down to bare essentials
6 years ago
.github
site Merge pull request #2433 from sveltejs/gh-2430 6 years ago
src Merge pull request #2433 from sveltejs/gh-2430 6 years ago
test Merge pull request #2433 from sveltejs/gh-2430 6 years ago
.editorconfig
.eslintignore
.eslintrc.json
.flowconfig
.gitignore Merge pull request #2247 from sveltejs/gh-2241 6 years ago
.prettierrc
.travis.yml
CHANGELOG.md
LICENSE
README.md strip README down to bare essentials 6 years ago
animate.mjs
appveyor.yml
easing.mjs
index.mjs
mocha.coverage.opts
mocha.opts
package-lock.json bump beta version 6 years ago
package.json bump beta version 6 years ago
register.js
rollup.config.js
store.mjs
transition.mjs fix another crossfade bug 6 years ago
tsconfig.json

README.md

Cybernetically enhanced web apps: Svelte


Development

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

To install and work on Svelte locally:

git clone git@github.com:sveltejs/svelte.git
cd svelte
npm install
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 VSCode you may need to install a plugin in order to get syntax highlighting and code hints etc.

Running Tests

npm run test

For running single tests, you can use pattern matching. For example, to run all the tests involving transitions:

npm run test -- -g transition

License

MIT