Cargo commands for web-component-rs
development.
To install:
bash
cargo install cargo-web-component
To build a project using web-component-rs
:
bash
cargo web-component build
To serve a project on the web development server (hardcoded port 8080):
bash
cargo web-component serve
This package was created to attend an urgent demand, so it is not in its best shape.