mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00

BREAKING CHANGE: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
@ionic/vue-router
Routing integration for @ionic/vue
applications.
Building
- Install dependencies:
npm install
- Run build script:
npm run build
Tests
- Tests are found in the
__tests__
directory and use Jest. - Tests can be run using
npm run 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.