Crate axum_spa

Crate axum_spa 

Source

Functions§

devproxy
provides a localhost proxy for SPA work with a separate dev server
embedded
provides an embedded assets server Create this like so:
fileserver
provides a simple file server, both for the BE and for static files in the filesystem
leaked_livereload
provides a livereload server, both for the BE and for static files in the filesystem Note that this leaks a notify::Watcher, on the assumption that you want to let that run for the lifetime of the app anyway. This way, we can have type parity with e.g. fileserver
livereload
provides a simple livereload server, both for the BE and for static files in the filesystem

Type Aliases§

Client