English | 中文
BS Redis Desktop Client tauri
The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!
- Software download:Home Page
- Communication: QQ GROUP:877290961
/src-tauri
is tauri tauri projectbs-frontend
is the project frontend and it's a git submodule, just pack a gui resource
- install
nodejs
andrust
- install
tauri-cli
tools, executecargo install tauri-cli
- clone the
bs-frontend
repo bs-frontend and read the readme.md to run it. - at this project directory execute
cargo tauri dev
- update git submodule execute
git submodule update
. - cd
bs-frontemd
executepnpm i
ornpm i
install all dependencies. - execute
pnpm build
ornpm run build
,package the frontend resource. - at the project root directory execute
cargo tauri build -- --release
. - end.
- change app icon:at this project directory execute
cargo tauri icon "image absoute path"