Vue-Head Manage the meta information of the Head tag
Vue Head, a simple and easy way inspired by HEAD
The HTML <head>
element provides general information (metadata) about the document, including its title and links to its scripts and style sheets.
Vue-head lets you manipulate the meta, link, script tags, and more. Visit HEAD to see what other tags you can choose to manage.
HEAD is a readme file on Github containing a list of everything that could go in the
<head>
tag of your document
Head to the Github page for documentation and see a simple usage example here.