mirror of https://github.com/linebender/xilem
![]() Follows the convention proposed in this discussion: https://xi.zulipchat.com/#narrow/stream/419691-linebender/topic/Standardizing.20multi-package.20repos |
||
---|---|---|
.. | ||
src | ||
web_examples | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
xilem_web
prototype
This is an early prototype of a potential implementation of the Xilem architecture using DOM elements
as Xilem elements (unfortunately the two concepts have the same name). This uses xilem_core under the hood,
and offers a proof that it can be used outside of xilem
proper.
The easiest way to run it is to use Trunk. Run trunk serve
, then navigate the browser to the link provided (usually http://localhost:8080
).