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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 12:26:54 +01:00
..
src Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
Cargo.toml Update console_log requirement from 0.1.2 to 0.2.0 2020-04-22 12:26:54 +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