Skip to content

Demo app for emoji-mart-vue-fast component in Vue 3 app

Notifications You must be signed in to change notification settings

serebrov/emoji-mart-vue3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-mart-demo-vue3

Demo Vue 3 app for emoji-mart-vue-fast component: https://serebrov.github.io/emoji-mart-vue3-demo/

App was generated using vue-cli.

The component works, one difference from Vue 2 is that component needs to be imported from the /src subfolder:

import data from "emoji-mart-vue-fast/data/all.json";

// Note: component needs to be imported from /src subfolder:
import { Picker, EmojiIndex } from "emoji-mart-vue-fast/src";

// While in Vue 2 it works like this:
// import { Picker, EmojiIndex } from "emoji-mart-vue-fast";

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Update live version

To update live version at https://serebrov.github.io/emoji-mart-vue3-demo/, run:

git checkout build
git merge master
npm run build

git add .
git commit -m "Rebuild live example."
git push

About

Demo app for emoji-mart-vue-fast component in Vue 3 app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published