- Install tauri-cli and ohrs from git.
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/open-harmony
cargo install ohrs- Clone the repo
git clone https://github.com/islatri/tauri-ohos-test.git- Install the dependencies.
npm i
cd src-tauri && cargo fetchBuild with tauri-cli.
cd src-tauri && cargo tauri ohos buildlibentry.sois a template library and you can ignore it.RustAbilitywill forward lifecycle automatically.- The frontend API test board currently covers runtime(core), app, path, filesystem, event, webview, and window/monitor APIs.
