Files
2021-11-12 14:31:18 -05:00

31 lines
604 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/.github/CONTRIBUTING.md).
## Need Help?
Post your question on the [Ionic Forum](http://forum.ionicframework.com/).