Tauri v2 Integration (VMark) Overview Ensure Tauri v2 bridge patterns and IPC flows are consistent across frontend and Rust. Workflow Identify the bridge direction: Rust -> Webview: window.emit() / app.emit() + listen() on frontend. Webview -> Rust: invoke() . Update frontend hooks/plugins that manage IPC ( src/hooks/ , src/plugins/ ). Update Rust commands or menu entries in src-tauri/ . Keep behavior consistent across WYSIWYG and Source modes. If E2E behavior needs validation, use Tauri MCP tools. References references/paths.md for key files and patterns. Manual E2E: see tauri-mcp-testing skill for patterns.
tauri-v2-integration
安装
npx skills add https://github.com/xiaolai/vmark --skill tauri-v2-integration