tauri-v2-integration

Installation
SKILL.md

Tauri v2 Integration (VMark)

Overview

Ensure Tauri v2 bridge patterns and IPC flows are consistent across frontend and Rust.

Workflow

  1. Identify the bridge direction:
    • Rust -> Webview: window.emit()/app.emit() + listen() on frontend.
    • Webview -> Rust: invoke().
  2. Update frontend hooks/plugins that manage IPC (src/hooks/, src/plugins/).
  3. Update Rust commands or menu entries in src-tauri/.
  4. Keep behavior consistent across WYSIWYG and Source modes.
  5. 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.
Related skills

More from xiaolai/vmark

Installs
58
Repository
xiaolai/vmark
GitHub Stars
328
First Seen
Feb 15, 2026