configuring-tauri-apps
✓指导开发人员完成 Tauri v2 配置,包括 tauri.conf.json 结构、Cargo.toml 设置、特定于环境的配置以及桌面和移动应用程序的常见配置选项。
SKILL.md
Tauri v2 applications use three primary configuration files to manage application behavior, dependencies, and build processes.
| tauri.conf.json | Tauri-specific settings | JSON, JSON5, or TOML | | Cargo.toml | Rust dependencies and metadata | TOML | | package.json | Frontend dependencies and scripts | JSON |
The main configuration file located in src-tauri/. Defines application metadata, window behavior, bundling options, and plugin settings.
指导开发人员完成 Tauri v2 配置,包括 tauri.conf.json 结构、Cargo.toml 设置、特定于环境的配置以及桌面和移动应用程序的常见配置选项。 来源:dchuk/claude-code-tauri-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill configuring-tauri-apps- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-07
- 更新时间
- 2026-02-18
快速解答
什么是 configuring-tauri-apps?
指导开发人员完成 Tauri v2 配置,包括 tauri.conf.json 结构、Cargo.toml 设置、特定于环境的配置以及桌面和移动应用程序的常见配置选项。 来源:dchuk/claude-code-tauri-skills。
如何安装 configuring-tauri-apps?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill configuring-tauri-apps 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/dchuk/claude-code-tauri-skills