Components for Yew in Bulma CSS
Using examples and watch
cargo watch -s "examples/run.sh table"
orcargo watch -s "examples/run.sh table-wb
( wb -> wasm-bindgen )- Run server e.g. using serving
example/static
folder - using
python3 -m http.server 8000 --directory examples/static
- or VSCode extension:
Live Server
- Run server e.g. using serving
./run.sh watchexample table
( table is example subproject )
Using wasm-pack build
cargo watch -i "pkg/**" -s "wasm-pack build"
Just prepared to run tests
cargo watch -i "pkg/**" -s "wasm-pack test --headless --chrome"