Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkeeth/riot-examples
- Owner: kkeeth
- License: mit
- Created: 2019-10-26T16:44:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:46:48.000Z (2 months ago)
- Last Synced: 2024-10-05T11:55:31.351Z (about 2 months ago)
- Topics: examples, riotjs, tutorial, v5, v6
- Language: Riot
- Homepage:
- Size: 2.02 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)!