https://github.com/pppercywang/vue-emoji-comment
基于vue的emoji表情评论组件😀😁😂😃😄
https://github.com/pppercywang/vue-emoji-comment
Last synced: 3 months ago
JSON representation
基于vue的emoji表情评论组件😀😁😂😃😄
- Host: GitHub
- URL: https://github.com/pppercywang/vue-emoji-comment
- Owner: pppercyWang
- Created: 2019-11-12T08:06:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:59:39.000Z (over 2 years ago)
- Last Synced: 2025-01-10T15:59:30.809Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 3.39 MB
- Stars: 31
- Watchers: 2
- Forks: 8
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-emoji-comment
最近在写自己的个人博客时,还差最后一个评论功能,一个没有评论功能的博客是没有灵魂的,哈哈哈。
### 效果演示
使用精灵图 + 背景定位实现,大家也可以自定义这些emoji表情。看看源码,有注释。就明白怎么弄了。
这里推荐一个做精灵图的在线地址:https://sprite.ydr.me/
##### 个人博客:https://github.com/pppercyWang/twitter-blog-vue (待完成)
### Project setup
```
yarn installyarn serve
```