Files

1.1 KiB

@ionic/react-router

Routing integration for @ionic/react applications.

Building

  1. Install dependencies in @ionic/core:
cd core && pnpm install
  1. Build @ionic/core. This will generate React component bindings in the packages/react directory:
pnpm build

Warning

If you are receiving errors about missing packages, you may need to run pnpm install --force to force the installation of the missing packages.

  1. Install dependencies in @ionic/react:
cd packages/react && pnpm install
  1. Build @ionic/react:
pnpm build

Warning

If you are receiving errors about missing packages, you may need to run pnpm install --force to force the installation of the missing packages.

  1. Install dependencies in @ionic/react-router:
cd packages/react-router && pnpm install
  1. Build @ionic/react-router:
pnpm build

Warning

If you are receiving errors about missing packages, you may need to run pnpm install --force to force the installation of the missing packages.