1. @vueuse/head
Document head manager for Vue 3. SSR ready.
@vueuse/head
Package: @vueuse/head
Created by: vueuse
Last modified: Tue, 16 Apr 2024 03:06:26 GMT
Version: 2.0.0
License: MIT
Downloads: 362,819
Repository: https://github.com/vueuse/head

Install

npm install @vueuse/head
yarn add @vueuse/head

@vueuse/head - 🌇 Sunset

NPM version NPM Downloads GitHub stars

Document head management for Vue. Powered by Unhead.


Created by egoist, maintained by harlan-zw
💛 Support ongoing development by sponsoring us.
Follow 🐦 @harlan_zw for updates • Join Discord for support

🌇 Sunsetting @vueuse/head

The @vueuse/head package has been sunset in favour of Unhead. This means no new features will be added to this package and
installation of this package directly will be discouraged.

Unhead is a any-framework document head manager with a focus on delightful DX and performance.
It's used in the Nuxt core and is part of the UnJS ecosystem.

This package and Unhead share an almost identical API and migrating in most cases will just involve updating the package names.

The @vueuse/head package will continue to receive bug fixes and security updates for the foreseeable future.

Installation guide

Docs

Unhead documentation

Migrating to Unhead from @vueuse/head

Replace all imports of @vueuse/head with @unhead/vue.

If you're using the <Head> component you will need to import it from @unhead/vue/components.

Sponsors

License

MIT © EGOIST
MIT License © 2022-PRESENT Harlan Wilton

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin