0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00

move examples into own section

This commit is contained in:
Rich-Harris 2016-12-04 20:27:42 -05:00
parent 42b917968d
commit efde762565

View File

@ -11,7 +11,6 @@ This is the Svelte compiler, which is primarily intended for authors of tooling
* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform
* [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin
* [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin
* [charpeni/svelte-example](https://github.com/charpeni/svelte-example) - Some Svelte examples with configured Rollup, Babel, ESLint, directives, Two-Way binding, and nested components
* More to come!
@ -51,6 +50,12 @@ const { code, map } = svelte.compile( source, {
```
## Example/starter repos
* [charpeni/svelte-example](https://github.com/charpeni/svelte-example) - Some Svelte examples with configured Rollup, Babel, ESLint, directives, Two-Way binding, and nested components
* [EmilTholin/svelte-test](https://github.com/EmilTholin/svelte-test)
## License
[MIT](LICENSE)