leptos-mview
A concise view macro for Leptos
File Explorer
Download Latest Version (.zip)- config.toml
- directive.rs
- kv.rs
- selector.rs
- spread_attrs.rs
- attribute.rs
- children.rs
- doctype.rs
- element.rs
- ident.rs
- tag.rs
- value.rs
- subroutines.rs
- utils.rs
- ast.rs
- error_ext.rs
- expand.rs
- kw.rs
- lib.rs
- parse.rs
- span.rs
- Cargo.toml
- README.md
- lib.rs
- Cargo.toml
- README.md
- lib.rs
- com_builder_spans.rs
- com_builder_spans.stderr
- com_dyn_classes.rs
- com_dyn_classes.stderr
- invalid_child.rs
- invalid_child.stderr
- invalid_directive.rs
- invalid_directive.stderr
- invalid_value.rs
- invalid_value.stderr
- misc_partial.rs
- misc_partial.stderr
- no_children_after_closure.rs
- no_children_after_closure.stderr
- non_str_child.rs
- non_str_child.stderr
- return_expression.rs
- return_expression.stderr
- slot_builder_spans.rs
- slot_builder_spans.stderr
- slot_unsupported_dirs.rs
- slot_unsupported_dirs.stderr
- unsupported_attrs.rs
- unsupported_attrs.stderr
- unterminated_element.rs
- unterminated_element.stderr
- unterminated_element_error.rs
- unterminated_element_error.stderr
- use_directive.rs
- use_directive.stderr
- many_braces.rs
- use_directive.rs
- mod.rs
- component.rs
- html.rs
- paren_children.rs
- router.rs
- slots.rs
- spread.rs
- ui.rs
- values.rs
- .gitignore
- .rustfmt.toml
- Cargo.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/blorbb/leptos-mview
Downloads the entire project code from GitHub to your computer.
cd leptos-mview
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
