1.2.3 • Published 2 years ago

nuxt-social-tags v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nuxt-social-tags

npm version npm downloads License

Easy generation of OpenGraph & Twitter meta-tags in Nuxt 3

Features

  • Nuxt3 ready
  • Composables
  • Simple Usage
  • TypeScript Support

Setup

yarn add nuxt-social-tags # yarn
npm i nuxt-social-tags # npm

Basic usage

Add nuxt-social-tags to your Nuxt config:

// nuxt.config
export default {
  modules: ["nuxt-social-tags"],
};

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

Copyright (c) 2022 Conner Luka Bachmann MIT License