始め方
このプラグインのインストール手順とフル マークダウン ガイドを含むセットアッププロンプトをコピーしてください。
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-updater`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/updater/local-dev/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
要件
要件
クローン済みはじめに
「はじめに」はじめに始めるには
supabase start次に、以下のような画面が表示されるはずです。
Started supabase local development setup.
API URL: http://localhost:54321 GraphQL URL: http://localhost:54321/graphql/v1 DB URL: postgresql://postgres:postgres@localhost:54322/postgres Studio URL: http://localhost:54323 Inbucket URL: http://localhost:54324 JWT secret: [truncated] anon key: supa_key_anonservice_role key: supa_key_admin次に開く configs.json 以下の値を設定してください。
{ "base_domain": { "prod": "console.capgo.app", "development": "development.console.capgo.app", "local": "localhost:3332" }, "supa_anon": { "prod": "supa_key_anon", "development": "supa_key_anon", "local": "supa_key_anon" }, "supa_url": { "prod": "http://localhost:54321", "development": "http://localhost:54321", "local": "http://localhost:54321" }}どこ supa_key_anon __CAPGO_KEEP_0__
次に、ローカルホストにアクセスしてみましょう localhost:54323 表示されるテーブルが以下のようになっていることを確認してください users Supabase ダッシュボードのユーザー テーブル

__CAPGO_KEEP_1__
supabase functions serve続けて、フロントエンドを実行するには:
bun run serve「Getting started」を続けてください
「Getting started」を続けてくださいCapgoを使用している場合 Capgoを使用している場合 Capgoを使用している場合 Using @capgo/capacitor-updater for the native capability in Using @capgo/capacitor-updater, Capgo プラグインディレクトリ Capgo製品ワークフロー用のCapgo プラグインディレクトリ Capacitor プラグインをCapgoで Capgo製品ワークフロー用のCapacitor プラグインをCapgoで プラグインの追加または更新 プラグインの追加または更新の実装詳細については、 イオニック エンタープライズ プラグインの代替 Capgo製品ワークフロー用のイオニック エンタープライズ プラグインの代替