Skip to content

valaxyjs/valaxy-admin

Repository files navigation

valaxy-admin

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.

Prerequisites

Windows/macOS/Linux require different environments, but Rust and Node.JS are needed.

More info see Prerequisites | Tauri.

Usage

Development

# run it and visit http://localhost:5173
pnpm dev

# run it in tauri
pnpm tauri dev

Build

# 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)