+1 vote
in VueJS by
What is vue router and their features?

1 Answer

0 votes
by

Vue Router is a official routing library for single-page applications designed for use with the Vue.js framework.

Below are their features,

  1. Nested route/view mapping
  2. Modular, component-based router configuration
  3. Route params, query, wildcards
  4. View transition effects powered by Vue.js' transition system
  5. Fine-grained navigation control
  6. Links with automatic active CSS classes
  7. HTML5 history mode or hash mode, with auto-fallback in IE9
  8. Restore scroll position when going back in history mode
...