imehesz / riotjs-redux-example

Riot.js and Redux example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riot.js and Redux example

This is an example of Riot.js tag using Redux. Produces a Riot tag for a dynamic ASCII word clock:

Build

npm install
webpack -p

Minified tag script is in dist/meet.js

Usage:

<script src="./dist/qlock.js" charset="utf-8"></script>
...
<qlock></qlock>

Example:

<qlock></qlock>

About

Riot.js and Redux example


Languages

Language:JavaScript 89.7%Language:HTML 10.3%