skhtml/examples/dodrio/counter
dependabot-preview[bot] 4c13ecca50 Update dodrio requirement from 0.1.0 to 0.2.0
Updates the requirements on [dodrio](https://github.com/fitzgen/dodrio) to permit the latest version.
- [Release notes](https://github.com/fitzgen/dodrio/releases)
- [Commits](https://github.com/fitzgen/dodrio/commits/0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 15:15:14 +01:00
..
src Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
Cargo.toml Update dodrio requirement from 0.1.0 to 0.2.0 2020-05-11 15:15:14 +01:00
README.md Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
index.html Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00

README.md

Counter

A counter that can be incremented and decremented.

Source

See src/lib.rs.

Build

wasm-pack build --target no-modules

Serve

Use any HTTP server, for example:

python -m SimpleHTTPServer