Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vueuse/head
- Owner: vueuse
- License: mit
- Created: 2021-01-16T16:22:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T05:27:04.000Z (4 months ago)
- Last Synced: 2024-07-18T14:36:19.201Z (4 months ago)
- Language: TypeScript
- Homepage: https://unhead.unjs.io/setup/vue/installation
- Size: 2.02 MB
- Stars: 897
- Watchers: 9
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-vite - `@vueuse/head` - manipulate document head reactively (Pre-packed / Plugins)
README
@vueuse/head - 🌇 Sunset
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)