Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Latest commit

 

History

History
59 lines (43 loc) · 1.7 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.7 KB

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