web-component 0.1.8

A tool to create web components using Dioxus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# web-component
Rust crate for creating WebComponents

# Installation

```bash
cargo install cargo-web-component --git https://github.com/sensorial-systems/web-component
```

# Usage

```bash
cargo web-component new my-project
cd my-project
cargo web-component serve
```