Mango Head




> requires a node version >= 6 and an npm version >= 3.x.x
> we do provide a help command to display all possible arguments
``bash`Install the base package and the plugin (could also be global -g)
npm i @axelspringer/mango-head
Create a router.ts file with the following content.
`javascript
import Vue from 'vue'
import MangoHead from '@axelspringer/mango-router'
Vue.use(MangoHead) // init head
``