mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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/vuedirectory:
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/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 --forceto 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 --forceto 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.