Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viz-rs/viz-rs.github.io
The official documentation site for Viz.rs.
https://github.com/viz-rs/viz-rs.github.io
framework rust web
Last synced: 3 months ago
JSON representation
The official documentation site for Viz.rs.
- Host: GitHub
- URL: https://github.com/viz-rs/viz-rs.github.io
- Owner: viz-rs
- License: mit
- Created: 2020-04-07T02:06:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T07:30:26.000Z (9 months ago)
- Last Synced: 2024-05-01T11:29:14.674Z (6 months ago)
- Topics: framework, rust, web
- Language: Rust
- Homepage: https://viz.rs
- Size: 14.6 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - viz.rs - A website for viz web framework, [Live Demo](https://viz.rs/). (Projects)
README
# viz.rs
Built with [Leptos] · Deploys on [Cloudflare].
## Development
1. Install [`cargo-make`], [`trunk`]
```bash
$ cargo install --force cargo-make trunk
```2. Serve `en`, `zh-CN`, `zh-TW` or other languages
```bash
$ cargo make dev
```3. Build
```bash
$ cargo make build
```[Leptos]: https://github.com/leptos-rs/leptos
[Cloudflare]: https://www.cloudflare.com
[`cargo-make`]: https://github.com/sagiegurari/cargo-make
[`trunk`]: https://github.com/thedodd/trunk