Valaxy Admin client based on Tauri. Migrate to Electron.
I had to migrate from tauri to electron because I needed a lot of node apis.
Windows/macOS/Linux require different environments, but Rust and Node.JS are needed.
More info see Prerequisites | Tauri.
# run it and visit http://localhost:5173
pnpm dev
# run it in tauri
pnpm tauri dev
# Build Tauri App, find it below
pnpm tauri build
# You can use `pnpm build` to build website.
- Windows
.msi
:src-tauri/target/release
(only be created on Windows) - macOS
.dmg
:src-tauri/target/release/bundle/dmg
(only be created on macOS) - Linux(Debian)
.deb
:src-tauri/target/release
(only be created on Linux)