tauri-v2-integration

Tauri v2 Integration (VMark)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tauri-v2-integration" with this command: npx skills add xiaolai/vmark/xiaolai-vmark-tauri-v2-integration

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.

Related Skills

  • tauri-app-dev — General Tauri 2.0 patterns (commands, state, plugins, security)

  • tauri-mcp-testing — E2E testing via Tauri MCP tools

  • rust-tauri-backend — VMark Rust backend implementation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tiptap-editor

No summary provided by upstream source.

Repository SourceNeeds Review
General

tauri-mcp-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

planning

No summary provided by upstream source.

Repository SourceNeeds Review