mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
31 lines
604 B
Markdown
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/). |