An open API service indexing awesome lists of open source software.

https://github.com/joaopalmeiro/vue-social-media-icons

Vue components for social media icons.
https://github.com/joaopalmeiro/vue-social-media-icons

Last synced: about 1 month ago
JSON representation

Vue components for social media icons.

Awesome Lists containing this project

README

        

# vue-social-media-icons

> https://www.npmjs.com/package/vue-social-media-icons

Vue components for social media icons. For the sources and guidelines for these icons, check the [Social Media Icons file](https://www.figma.com/community/file/1098022441810511046/Social-Media-Icons) on the Figma Community, please.

## Development

```bash
fnm install && fnm use && node --version
```

```bash
npm install
```

```bash
npm run build
```

```bash
npm run lint
```

```bash
npm pack --dry-run
```

## Deployment

```bash
npm version --no-git-tag-version patch
```

```bash
npm version --no-git-tag-version minor
```

```bash
npm version --no-git-tag-version major
```

Create a tag on [GitHub Desktop](https://github.blog/2020-05-12-create-and-push-tags-in-the-latest-github-desktop-2-5-release/).

Check [GitHub](https://github.com/joaopalmeiro/vue-social-media-icons/actions) and [npm](https://www.npmjs.com/package/vue-social-media-icons).