Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Gravatar | 108 | a year ago | 9 | mit | JavaScript | |||||
A dead-simple gravatar component for VueJS | ||||||||||
Unnue Nuxt | 100 | 6 months ago | mit | Vue | ||||||
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah! | ||||||||||
Gravatar Url Generator | 33 | 3 years ago | 2 | apache-2.0 | Vue | |||||
A fun and friendly generator of Gravatar urls. | ||||||||||
Vuejs Slack Clone Realtime | 31 | 6 years ago | Vue | |||||||
Slack clone using VueJS and firebase | ||||||||||
Vue Avataaars | 10 | 2 years ago | 4 | November 30, 2019 | 21 | mit | Vue | |||
A vue js port of the Sketch library Avataaars from avataaars.com | ||||||||||
Halo Comment Normal | 9 | a year ago | 6 | March 31, 2022 | Vue | |||||
💬 Halo comment component. | ||||||||||
Laravel Wordsmith | 7 | 3 years ago | 4 | mit | PHP | |||||
📢 The blog was created using the Laravel 6.1 Framework | ||||||||||
Aloud | 6 | 3 years ago | 13 | mit | Vue | |||||
A commenting engine. Aloud your comments. | ||||||||||
Advanced Crud Vue | 5 | 5 years ago | 7 | PHP | ||||||
An advance crud example with vue and laravel | ||||||||||
Fund Management System With Jurisdiction | 3 | 4 years ago | Vue | |||||||
这是一个使用vue搭建的一个带权限的基金管理系统 |
A dead-simple gravatar component for VueJS applications.
yarn add vue-gravatar
Register the component
import Vue from 'vue';
import Gravatar from 'vue-gravatar';
Vue.component('v-gravatar', Gravatar);
You may now use the component in your markup
<v-gravatar email="[email protected]" />
The following props are available:
<v-gravatar hash="f3ada405ce890b6f8204094deb12d8a8" alt="Nobody" :size="200" default-img="mm" />
The MIT License (MIT) - See file 'LICENSE' in this project
Copyright © 2017 Jiří Chára. All Rights Reserved.