Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intevel/nuxt-social-tags
π Easy generation of OpenGraph & Twitter meta-tags in Nuxt 3
https://github.com/intevel/nuxt-social-tags
meta nuxt nuxt3 nuxtjs opengraph seo seo-tags twitter vue-meta
Last synced: 2 months ago
JSON representation
π Easy generation of OpenGraph & Twitter meta-tags in Nuxt 3
- Host: GitHub
- URL: https://github.com/intevel/nuxt-social-tags
- Owner: Intevel
- License: mit
- Created: 2022-04-07T14:04:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T13:31:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T21:04:21.387Z (9 months ago)
- Topics: meta, nuxt, nuxt3, nuxtjs, opengraph, seo, seo-tags, twitter, vue-meta
- Language: TypeScript
- Homepage: https://nuxt-social-tags.netlify.app/
- Size: 399 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nuxt-social-tags
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]> Easy generation of OpenGraph & Twitter meta-tags in [Nuxt 3](https://v3.nuxtjs.org)
- [β¨ Β Release Notes](https://github.com/intevel/nuxt-social-tags/releases)
- [π Β Read the documentation](https://nuxt-social-tags.netlify.app/)## Features
- Nuxt3 ready
- Composables
- Simple Usage
- TypeScript Support## Setup
```sh
yarn add nuxt-social-tags # yarn
npm i nuxt-social-tags # npm
```## Basic usage
Add `nuxt-social-tags` to your Nuxt config:
```javascript
// 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](./LICENSE)[npm-version-src]: https://img.shields.io/npm/v/nuxt-social-tags/latest.svg
[npm-version-href]: https://npmjs.com/package/nuxt-social-tags
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-social-tags.svg
[npm-downloads-href]: https://npmjs.com/package/nuxt-social-tags
[github-actions-ci-src]: https://github.com/intevel/nuxt-social-tags/actions/workflows/ci.yml/badge.svg
[github-actions-ci-href]: https://github.com/intevel/nuxt-social-tags/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/intevel/nuxt-social-tags.svg
[codecov-href]: https://codecov.io/gh/intevel/nuxt-social-tags
[license-src]: https://img.shields.io/npm/l/nuxt-social-tags.svg
[license-href]: https://npmjs.com/package/nuxt-social-tags