Just emoji picker created in Vue.js
Emoji picker coded with Vue.js. Includes fast search engine by keywords of icons. Click emoticon to copy it into your clipboard.
If you want to run project, just clone this repository and run serve
command.
git clone https://github.com/kstawinski/emojis.git
cd emojis
npm install
npm run serve
npm run build
Check LICENSE file for more informations.