mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
1.1 KiB
1.1 KiB
@ionic/react-router
Routing integration for @ionic/react
applications.
Building
- Install dependencies in
@ionic/core
:
cd core && pnpm install
- Build
@ionic/core
. This will generate React component bindings in thepackages/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.
- Install dependencies in
@ionic/react
:
cd packages/react && pnpm install
- 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.
- Install dependencies in
@ionic/react-router
:
cd packages/react-router && pnpm install
- 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.