https://github.com/egoist/emoji
Unfancy emoji searcher.
https://github.com/egoist/emoji
emoji search vue
Last synced: 2 months ago
JSON representation
Unfancy emoji searcher.
- Host: GitHub
- URL: https://github.com/egoist/emoji
- Owner: egoist
- Created: 2017-02-25T17:26:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:31:46.000Z (over 2 years ago)
- Last Synced: 2025-03-26T18:07:14.561Z (3 months ago)
- Topics: emoji, search, vue
- Language: Vue
- Homepage: https://emoji.js.org
- Size: 3.16 MB
- Stars: 63
- Watchers: 4
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - egoist/emoji - Unfancy emoji searcher. (Vue)
- awesome - egoist/emoji - Unfancy emoji searcher. (Vue)
README
# emoji searcher
A slim and modern emoji searcher, built with [Poi](https://poi.js.org).
## Folder structure
- `src/`: App files
- `components/`: Components directory
- `index.js`: App entry file
- `poi.config.js`: Config file for Poi
- `package.json`: App manifest
- `.editorconfig`: Ensure consistent editor behaivor
- `.gitignore`: Ignore files we don't need to push## Development
- `yarn dev`: Run in development mode
- `yarn build`: Build in production mode
- `yarn lint`: Run eslint## License
MIT © [EGOIST](https://github.com/egoist)