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
dictionarysh
cargo install --force vertigo-cli
sh
vertigo new my_blog
sh
cd my_blog
vertigo build
sh
vertigo serve --host 0.0.0.0 --port 8000
sh
vertigo watch --disable-wasm-opt