Package Exports
- vue-router
- vue-router/dist/vue-router.esm.js
- vue-router/dist/vue-router.js
- vue-router/dist/vue-router.min
- vue-router/dist/vue-router.min.js
- vue-router/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-router) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-router-next 
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- Partial support of per-component navigation guards. No
beforeRouteEnter
Contributing
See Contributing Guide.