Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkeeth/riot-examples


https://github.com/kkeeth/riot-examples

examples riotjs tutorial v5 v6

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Riot.js Examples

This repo is recreated some [vuejs examples](https://jp.vuejs.org/v2/examples/) and some [Svelte tutorial](https://svelte.dev/tutorial/) with [riotjs](https://riot.js.org/), referring to these examples.

note: by using riot4

# Usage
Please refer to the following `npm scripts` to start each applications.

For example(modal demo)

```bash
$ yarn install
$ yarn modal
```

```json
"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

* Modal Demo
* GitHub Demo
* Tree View Demo
* Bounds Header Demo
* Radar Chart Demo
* GitHub Demo
* Tutorial Demo
* SVG Demo
* Event Handler Demo
* Countdown Demo

# License

[MIT License](https://github.com/kkeeth/riot-examples/blob/master/LICENSE)

# Others

Please write a new [issues](https://github.com/kkeeth/riot-examples/issues)! Please send me [PRs](https://github.com/kkeeth/riot-examples/pulls)!