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