Tauri v2 — IPC-интеграция фронтенда и Rust-бэкенда
integration
tauri-v2-integration is a Claude Code skill that implements and adjusts VMark's frontend-to-Tauri v2 integration, covering invoke/emit bridges, menu accelerators, and IPC flows between the webview and the Rust backend. The workflow handles both bridge directions: Rust→Webview via `window.emit()`/`app.emit()` with `listen()` on the frontend, and Webview→Rust via `invoke()`. It targets frontend hooks and plugins under `src/hooks/` and `src/plugins/`, as well as Rust commands and menu entries in `src-tauri/`, keeping behavior consistent across WYSIWYG and Source editor modes. Use it when adding new IPC channels, wiring keyboard accelerators to menu items, or resolving UI inconsistencies between modes. E2E validation patterns are delegated to the companion `tauri-mcp-testing` skill.
- #tauri
- #ipc
- #frontend-backend
- #integration
- #bridge