nuxt-social-tags
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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

Package Sidebar

Install

npm i nuxt-social-tags

Weekly Downloads

17

Version

1.2.3

License

MIT

Unpacked Size

10.2 kB

Total Files

12

Last publish

Collaborators

  • intevel