https://github.com/stefanobartoletti/nuxt-social-share
Simple social sharing for your Nuxt Sites
https://github.com/stefanobartoletti/nuxt-social-share
hacktoberfest nuxt nuxt-module nuxt-modules nuxt3 social-network social-share social-sharing
Last synced: about 1 month ago
JSON representation
Simple social sharing for your Nuxt Sites
- Host: GitHub
- URL: https://github.com/stefanobartoletti/nuxt-social-share
- Owner: stefanobartoletti
- License: mit
- Created: 2023-10-28T20:21:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T06:30:51.000Z (about 2 months ago)
- Last Synced: 2025-05-11T10:16:45.471Z (about 2 months ago)
- Topics: hacktoberfest, nuxt, nuxt-module, nuxt-modules, nuxt3, social-network, social-share, social-sharing
- Language: TypeScript
- Homepage: https://nuxt-social-share.stefanobartoletti.it/
- Size: 3.27 MB
- Stars: 158
- Watchers: 1
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![code quality][code-quality-src]][code-quality-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]Simple social sharing for your Nuxt Sites
[Documentation][docs-site] |
[Release Notes](/CHANGELOG.md) |
[Demo](https://stefanobartoletti.github.io/nuxt-social-share/)## 🌟 Features
- Provides a minimal config `` component
- The component is unstyled by default for easy integration in any design
- Optional styled version, that can still be further customized
- A `useSocialShare` composable is exposed, to provide even more flexibility if needed
- Many major social networks supported## 📖 Documentation
The full docs are available in a dedicated [documentation website][docs-site]
## 🤝 Contributing
> [!NOTE]
> If you want to contribute you can start by reading the [Contributing guidelines](https://github.com/stefanobartoletti/nuxt-social-share/blob/master/.github/CONTRIBUTING.md).
>> [!NOTE]
> Contributions to add more networks are welcome, but keep in mind that PR will be accepted only for networks that have a documentation available in English among other languages.- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run `pnpm dev:prepare` to generate type stubs.
- Use `pnpm dev` to start [playground](./playground) in development mode.
- Lint any new edit by running `pnpm lint --fix`## 📝 License
[MIT](https://github.com/stefanobartoletti/nuxt-social-share/blob/main/LICENSE)
© 2023-present [Stefano Bartoletti](https://www.stefanobartoletti.it)
[npm-version-src]: https://img.shields.io/npm/v/@stefanobartoletti/nuxt-social-share/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@stefanobartoletti/nuxt-social-share[npm-downloads-src]: https://img.shields.io/npm/dm/@stefanobartoletti/nuxt-social-share.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@stefanobartoletti/nuxt-social-share[code-quality-src]: https://img.shields.io/codacy/grade/437177566f784faf81dc6382e0919017.svg?style=flat&colorA=18181B&colorB=28CF8D
[code-quality-href]: https://app.codacy.com/gh/stefanobartoletti/nuxt-social-share[bundle-size-src]: https://img.shields.io/bundlephobia/minzip/@stefanobartoletti/nuxt-social-share.svg?style=flat&colorA=18181B&colorB=28CF8D
[bundle-size-href]: https://bundlephobia.com/result?p=@stefanobartoletti/nuxt-social-share[license-src]: https://img.shields.io/npm/l/@stefanobartoletti/nuxt-social-share.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@stefanobartoletti/nuxt-social-share[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com[docs-site]: https://nuxt-social-share.stefanobartoletti.it