Files
Liam DeBeasi 86bbed07fc refactor(vue): only ship es modules (#26054)
resolves #25104

BREAKING CHANGE:

`@ionic/vue` and `@ionic/vue-router` no longer ship a CommonJS entry point. Instead, only an ES Module entry point is provided for improved compatibility with Vite.
2022-09-30 11:43:50 -04:00
..
2021-11-02 20:03:20 +00:00
2022-09-21 13:38:03 +00:00

@ionic/vue-router

Routing integration for @ionic/vue applications.

Building

  1. Install dependencies:
npm install
  1. 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.