An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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)