·configuring-tauri-apps
</>

configuring-tauri-apps

dchuk/claude-code-tauri-skills

tauri.conf.json 構造、Cargo.toml 設定、環境固有の構成、デスクトップおよびモバイル アプリケーションの共通構成オプションなど、Tauri v2 構成について開発者をガイドします。

23インストール·2トレンド·@dchuk

インストール

$npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill configuring-tauri-apps

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.conf.json 構造、Cargo.toml 設定、環境固有の構成、デスクトップおよびモバイル アプリケーションの共通構成オプションなど、Tauri v2 構成について開発者をガイドします。 ソース: 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.conf.json 構造、Cargo.toml 設定、環境固有の構成、デスクトップおよびモバイル アプリケーションの共通構成オプションなど、Tauri v2 構成について開発者をガイドします。 ソース: 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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/dchuk/claude-code-tauri-skills