@ionic/vue-router
Version:
Vue Router integration for @ionic/vue
31 lines (19 loc) • 601 B
Markdown
# @ionic/vue-router
Routing integration for `@ionic/vue` applications.
## Building
1. Install dependencies:
```shell
npm install
```
2. Run build script:
```shell
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](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md).
## Need Help?
Post your question on the [Ionic Forum](http://forum.ionicframework.com/).