All Projects → jkchao → Vue Emoji

jkchao / Vue Emoji

Licence: mit
😄 🦐 😳

Projects that are alternatives of or similar to Vue Emoji

libemoji
📚 Ultimate Emoji Generator library for C/C++
Stars: ✭ 21 (-93.54%)
Mutual labels:  emoji
Emoji
Programatically work with emoji characters
Stars: ✭ 283 (-12.92%)
Mutual labels:  emoji
Emoji
A minimalistic emoji package for Go (golang)
Stars: ✭ 314 (-3.38%)
Mutual labels:  emoji
emojipolation
The easiest way to use Unicode Emoji in Scala🎉✨
Stars: ✭ 23 (-92.92%)
Mutual labels:  emoji
Animoji
Animoji Generator 🦊
Stars: ✭ 277 (-14.77%)
Mutual labels:  emoji
Android Slidingemojikeyboard
Our Sliding Emoji Keyboard app.
Stars: ✭ 286 (-12%)
Mutual labels:  emoji
ocaml-emoji
Emojis in OCaml, use them in your CLIs or whatever
Stars: ✭ 19 (-94.15%)
Mutual labels:  emoji
Emo
Easily insert emoji into R and RMarkdown
Stars: ✭ 322 (-0.92%)
Mutual labels:  emoji
Em Keyboard
the cli emoji keyboard™ [ author @kennethreitz ]
Stars: ✭ 280 (-13.85%)
Mutual labels:  emoji
Xxl Tool
a series of tools that make Java development more efficient.(Java工具类库XXL-TOOL)
Stars: ✭ 311 (-4.31%)
Mutual labels:  emoji
Photoeditor
A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
Stars: ✭ 3,105 (+855.38%)
Mutual labels:  emoji
Format Readme
Формат файла README
Stars: ✭ 270 (-16.92%)
Mutual labels:  emoji
Spedittool
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
Stars: ✭ 292 (-10.15%)
Mutual labels:  emoji
no-facebook-emoji
Get rid of those ugly emojis now! [stopped working 😢]
Stars: ✭ 15 (-95.38%)
Mutual labels:  emoji
Facemoji
😆 A voice chatbot that can imitate your expression. OpenCV+Dlib+Live2D+Moments Recorder+Turing Robot+Iflytek IAT+Iflytek TTS
Stars: ✭ 320 (-1.54%)
Mutual labels:  emoji
localDataStorage
💼 A handy wrapper for HTML5 localStorage that seamlessly gets/sets primitive values (Array, Boolean, Date, Float, Integer, Null, Object or String); provides simple data scrambling; intelligently compresses strings; permits query by key as well as query by value and promotes shared storage segmentation in the same domain. Key names and values ar…
Stars: ✭ 42 (-87.08%)
Mutual labels:  emoji
Ttgemojirate
An emoji-liked rating view for iOS, implemented in Swift3.
Stars: ✭ 284 (-12.62%)
Mutual labels:  emoji
Rofimoji
An emoji and character picker for rofi 😁
Stars: ✭ 319 (-1.85%)
Mutual labels:  emoji
Ngx Emoji Mart
Customizable Slack-like emoji picker for Angular
Stars: ✭ 322 (-0.92%)
Mutual labels:  emoji
Slack Emojinator
Bulk upload emoji into Slack
Stars: ✭ 296 (-8.92%)
Mutual labels:  emoji

vue-emoji

最近公司需求做个类似于QQ空间的项目(其实开始的时候我是崩溃的),好在历时一个月的时间,也终于进入测试的阶段。 完成项目过程中,发现并没有一个好用的emoji插件,于是写了一个简单的component,希望对各位有所帮助(若能顺手给个start, 那再好不过了)。

原理其实很简单,雪碧图+背景定位的方式实现。

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

在你的 Vue 项目里使用它

  • 拷贝静态 emoji 图片,在 static 文件夹下;
  • 拷贝必要的 js/scss 文件,src/assets/scss/emoji-eprite.scsssrc/data/emoji-data.js 以及 src/utils/emoji.js 文件至你项目下相应的位置;
  • 在你项目的入口文件如 main.js,下引入 src/utils/emoji.js 并将方法挂至 Vue 原型上,可以参考 src/main.js;(当然,你也可以仅在某个组件里使用这个方法)
  • 具体的使用例子可以参考 src/components/emoji.vue
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].