Vue Router
The official router for Vue.js.
Vue Router is the official router for Vue.js (opens new window). It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:
- Nested route/view mapping
- Modular, component-based router configuration
- Route params, query, wildcards
- View transition effects powered by Vue.js' transition system
- Fine-grained navigation control
- Links with automatic active CSS classes
- HTML5 history mode or hash mode, with auto-fallback in IE9
- Customizable Scroll Behavior
Get started or play with the examples (opens new window) (see README.md
(opens new window) to run them).
MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote