Echo JS 0.11.0

<~>
bubedibu 2271 days ago.
Headful is a small JavaScript library to set properties in the HTML <head> (for example <title> and meta tags):
https://github.com/troxler/headful

vue-headful allows to set the title and several meta tags of your document from any Vue.js view (tiny wrapper around Headful):
https://github.com/troxler/vue-headful

Setting the <title> from JavaScript is especially useful for SPAs and setting meta tags is almost only useful when either doing prerendering or server-side rendering.