Breadcrumbs Plugin For Vue.js 2

Install & Download:

# NPM
$ npm install vue-2-crumbs --save

Description:

Breadcrumbs plugin for Vue.js 2 framework that allows to select parent route in route meta object with no need of sub-routing.

Features:

  • Setting parent route without need to actually nest it in children array
  • Customized template are allowed using scoped slots
  • Sub-routing as default behavior
  • Define breadcrumb info in page component
  • Shorthand labeling (breadcrumb: 'Page Label')
  • Define parent’s params, query, hash
  • Dynamic breadcrumbs (with some caveats).

Preview:

Breadcrumbs Plugin For Vue.js 2

Add Comment