mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@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/reactdirectory:
pnpm build
Warning
If you are receiving errors about missing packages, you may need to run
pnpm install --forceto 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 --forceto 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 --forceto force the installation of the missing packages.