All Projects → AlekseyPleshkov → Nuxt Social Meta

AlekseyPleshkov / Nuxt Social Meta

Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nuxt Social Meta

Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-45.12%)
Mutual labels:  nuxtjs
Nuxt Netlify Functions Example
Nuxt.js example for running Netlify functions locally in a dev environment and as a generated static site deployed to Netlify
Stars: ✭ 59 (-28.05%)
Mutual labels:  nuxtjs
Developmint.de
Open source company page built with Nuxt.js and TailwindCSS
Stars: ✭ 74 (-9.76%)
Mutual labels:  nuxtjs
Nuxt Box
Truffle, Nuxt and Vue boilerplate
Stars: ✭ 46 (-43.9%)
Mutual labels:  nuxtjs
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+1206.1%)
Mutual labels:  nuxtjs
Nuxt Tailwind
A Nuxt.js starter project template using Tailwind CSS without the distraction of a complicated development environment.
Stars: ✭ 71 (-13.41%)
Mutual labels:  nuxtjs
Nuxt Template
🗃 Nuxt Template (Typescript + Composition API)
Stars: ✭ 40 (-51.22%)
Mutual labels:  nuxtjs
Vue Masonry Wall
A pure vue responsive masonry layout without direct dom manipulation and ssr support.
Stars: ✭ 79 (-3.66%)
Mutual labels:  nuxtjs
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-34.15%)
Mutual labels:  nuxtjs
Nuxt Stripe Module
A NuxtJS module to import Stripe client script.
Stars: ✭ 72 (-12.2%)
Mutual labels:  nuxtjs
Vuedarkmode
👩‍🎨👨‍🎨 A minimalist dark design system for Vue.js. Based components designed for the insomniacs who enjoy dark interfaces as much as we do.
Stars: ✭ 1,034 (+1160.98%)
Mutual labels:  nuxtjs
Eslint Module
ESLint module for Nuxt.js
Stars: ✭ 49 (-40.24%)
Mutual labels:  nuxtjs
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (-13.41%)
Mutual labels:  nuxtjs
Realworld Nuxt
Nuxt.js implementation of RealWorld Frontend
Stars: ✭ 45 (-45.12%)
Mutual labels:  nuxtjs
Vue Horizontal
An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies. (SPA/SSG/SSR)
Stars: ✭ 75 (-8.54%)
Mutual labels:  nuxtjs
Quickjam
Starter template for Nuxt apps bundled with an API
Stars: ✭ 42 (-48.78%)
Mutual labels:  nuxtjs
Nuxt Compress
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
Stars: ✭ 61 (-25.61%)
Mutual labels:  nuxtjs
Vue Music Website
Music website built with Vue.js and Cosmic JS
Stars: ✭ 80 (-2.44%)
Mutual labels:  nuxtjs
Nuxt Chat App
Frontend of real-time chat application built using nuxtjs, socket.io. Check the backend at https://github.com/binbytes/chat-app-server.
Stars: ✭ 77 (-6.1%)
Mutual labels:  nuxtjs
Docker Nuxt
Docker image to run NUXT.js application in production mode
Stars: ✭ 71 (-13.41%)
Mutual labels:  nuxtjs

Nuxt social meta

Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).

Install

npm i nuxt-social-meta --save

# or, with yarn:

yarn add nuxt-social-meta

Usage

Add module to your nuxt.config.js

module.exports = {
  modules: [
    ...[
      "nuxt-social-meta",
      {
        url: "Site url",
        title: "Title",
        site_name: "Site name",
        description: "Site description",
        img: "Link to image in static folder",
        locale: "en_US",
        twitter: "@user",
        twitter_card: "summary_large_image",
        themeColor: "#theme-color",
      },
    ],
  ],
};
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].