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.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/vue-social-media-icons
- Owner: joaopalmeiro
- License: mit
- Created: 2023-08-01T11:12:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T21:40:48.000Z (about 1 year ago)
- Last Synced: 2024-03-14T22:50:18.933Z (about 1 year ago)
- Language: Vue
- Homepage: https://www.npmjs.com/package/vue-social-media-icons
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).