Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vueuse/head

Document head management for Vue. Powered by Unhead. - 🌇 Sunset
https://github.com/vueuse/head

Last synced: 3 months ago
JSON representation

Document head management for Vue. Powered by Unhead. - 🌇 Sunset

Awesome Lists containing this project

README

        

@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](https://unhead.unjs.io) 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](https://unhead.unjs.io/setup/vue/installation)

## Docs

[Unhead documentation](https://unhead.unjs.io/setup/vue/installation)

## Migrating to Unhead from @vueuse/head

```ts
pnpm remove @vueuse/head
pnpm add @unhead/vue
```

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

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

## Sponsors





## License

MIT © [EGOIST](https://egoist.sh)
MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)