Files

@ionic/vue-router

Routing integration for @ionic/vue applications.

Building

  1. Install dependencies in @ionic/core:
cd core && pnpm install
  1. Build @ionic/core. This will generate Vue component bindings in the packages/vue 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/vue:
cd packages/vue && pnpm install
  1. Build @ionic/vue:
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/vue-router:
cd packages/vue-router && pnpm install
  1. Build @ionic/vue-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.

Tests

  • Tests are found in the __tests__ directory and use Jest.
  • Tests can be run using pnpm test.spec
  • Bug fix and feature PRs should have new tests verifying the PR functionality.

Contributing

See our Contributing Guide.

Need Help?

Post your question on the Ionic Forum.