@posva/vue-router-next
TypeScript icon, indicating that this package has built-in type declarations

4.0.0-alpha.0 • Public • Published

vue-router-next CircleCI

Status: Alpha

The current codebase has most of the existing features on Vue Router v3.x and is usable. It supports all the merged RFCs.

Since the library is still unstable and because we want feedback on bugs and missing features, it will probably go through a few breaking changes.

Known issues

Breaking changes compared to vue-router@3.x

  • mode: 'history' -> history: createWebHistory()
  • Catch all routes (/*) must now be defined using a parameter with a custom regex: /:catchAll(.*)

Missing features

  • keep-alive is not yet supported
  • Partail support of per-component navigation guards. No beforeRouteEnter

Contributing

See Contributing Guide.

/@posva/vue-router-next/

    Package Sidebar

    Install

    npm i @posva/vue-router-next

    Weekly Downloads

    2

    Version

    4.0.0-alpha.0

    License

    MIT

    Unpacked Size

    577 kB

    Total Files

    156

    Last publish

    Collaborators

    • posva