Skip to content

charpeni/svelte-example

Repository files navigation

Svelte Example

Some examples to test the Svelte Framework.

Installation

Node 7 is strongly recommended.

Yarn is also available.

npm install 
npm run build

Rollup will compile everything into dist folder, open public/index.html into your browser to see Svelte in action.

Rollup plugins

  • Eslint
  • Babel (presets: es2015 & stage-3)
  • Svelte

Available examples

  • Hello World component with default data & Two-Way binding (input)
  • Counter component with default data and on:click directive with an observer on this value
  • CatList and Cat components as nested components

About

🚀 📚 Some examples to test the Svelte Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published