@axelspringer/mango-head
v1.0.0-beta.121
Published
Mango Head
Readme
:smiley_cat: Mango Head
Getting Started
requires a
nodeversion >= 6 and annpmversion >= 3.x.x
we do provide a
helpcommand to display all possible arguments
# Install the base package and the plugin (could also be global -g)
npm i @axelspringer/mango-headUsage
Create a router.ts file with the following content.
import Vue from 'vue'
import MangoHead from '@axelspringer/mango-router'
Vue.use(MangoHead) // init head

