yew-cosmo 1.0.10

Yew Cosmo is an opinionated component library for yew based on the cosmopolitan design principles
Documentation
[build]
# The index HTML file to drive the bundling process.
target = "docs/index.html"
# Build in release mode.
release = false
# The output dir for all final assets.
dist = "dist"
# The public URL from which assets are to be served.
public_url = "/"

[watch]
watch = ["src", "docs"]

[clean]
cargo = true

[serve]
port = 8070