English|中文
BS Redis Desktop Client rust + tauri
The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!
- more tools based on electron,too heavy and large。
- rdm so ugly for me。
- rust and tauri fast and minimal samll。
- html make me crate a pretty interface。
- Software download:Home Page
- Communication: QQ GROUP:877290961
/src-tauri
is rust + tauri tauri project/ui
is based on vue3 + element-plus fornt end project
- install
nodejs
andrust
- install
tauri-cli
toolscargo install tauri-cli --version ^1.0.0-beta
- cd
ui
and execute the following commandyarn install
ornpm install
install the dependence
- at
ui
directory executeyarn dev
ornpm run dev
run front end - at other terminal exceute
cargo tauri dev
run tauri
- packake:at
src-tauri
dir executecargo tauri build
- app icon:at
ui
dir executeyarn tauri icon "image absoute path"
ornpm run tauri icon "image absoute path"