mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
14 lines
391 B
Markdown
14 lines
391 B
Markdown
# Manage your app's meta information
|
|
|
|
Nuxt.js uses [vue-meta](https://github.com/declandewet/vue-meta) to manage page meta info (such as: meta, title, link, style, script) of your application.
|
|
|
|
## Example
|
|
|
|
SEO: https://nuxtjs.org/examples/seo-html-head
|
|
|
|
## Documentation
|
|
|
|
Nuxt.js: https://nuxtjs.org/guide/views#html-head
|
|
|
|
vue-meta: https://github.com/declandewet/vue-meta#table-of-contents
|