New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/meta

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/meta

[![npm](https://img.shields.io/npm/dt/@nuxtjs/meta.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/meta) [![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/meta/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/meta)

  • 1.5.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
decreased by-0.36%
Maintainers
3
Weekly downloads
 
Created
Source

Meta

npm npm (scoped with tag)

Easily adds common meta tags into your project with zero-config needed. This module is compatible with manifest module.

Setup

  • Add @nuxtjs/meta dependency using yarn or npm to your project

  • Add @nuxtjs/meta to modules section of nuxt.config.js

{
  modules: [
    '@nuxtjs/meta',
  ]
} 
  • You can optionally override meta using either manifest or meta section of nuxt.config.js
{
  meta: {
    // ...
  }
}

What's included ?

Meta / LinkCustomize WithDefault value
charsetcharsetutf-8
viewportviewportwidth=device-width, initial-scale=1, minimal-ui
mobile-web-app-capablemobileApptrue
apple-mobile-web-app-capablemobileAppIOS*false
apple-mobile-web-app-status-bar-styleappleStatusBarStyle*default
shortcut icon + apple-touch-iconfavicontrue (to use options.icons)
titlenamenpm_package_name
descriptiondescriptionnpm_package_description
theme-colortheme_coloroptions.loading.color
langlangen
og:typeogTypewebsite
og:titleogTitlesame as options.name
og:descriptionogDescriptionsame as options.description

Please read this resources before setting IOS specific options:

FAQs

Package last updated on 22 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc