Crates.io | vertigo-cli |
lib.rs | vertigo-cli |
version | 0.6.0 |
source | src |
created_at | 2023-03-15 22:30:25.379087 |
updated_at | 2024-08-02 20:18:55.099773 |
description | Reactive Real-DOM library with SSR for Rust - packaging/serving tool |
homepage | |
repository | https://github.com/vertigo-web/vertigo/ |
max_upload_size | |
id | 811028 |
size | 231,079 |
A packaging tool and server for vertigo library
This package provides vertigo
binary that allows to create, build, serve and watch vertigo-based projects.
Packaging steps performed during build command:
vertigo
/ vertigo-macro
libraries:
index.html
wasm_run.js
your_project.wasm
wasm-opt
build
dictionarycargo install --force vertigo-cli
vertigo new my_blog
cd my_blog
vertigo build
vertigo serve --host 0.0.0.0 --port 8000
vertigo watch --disable-wasm-opt
Except hashes for included static files - these are computed by vertigo-macro library ↩