Skip to the content.

Riot.js Examples

This repo is recreated some vuejs examples and some Svelte tutorial with riotjs, referring to these examples.

note: by using riot4

Usage

Please refer to the following npm scripts to start each applications.

For example(modal demo)

$ yarn install
$ yarn modal
  "scripts": {
    "modal": "http-server ./modal -o",
    "github": "http-server ./github -o",
    "tree": "http-server ./tree-view -o",
    "bheader": "http-server ./bounds-header -o",
    "radar": "http-server ./radar-chart -o",
    "tutorial": "http-server ./tutorial -o",
    "svg": "http-server ./svg-bindings -o",
    "todo": "http-server ./todo -o",
    "event": "http-server ./nested-event-handler -o",
    "countdown": "http-server ./countdown -o"
  }

GitHub Pages

License

MIT License

Others

Please write a new issues! Please send me PRs!