https://github.com/mini-ghost/vue-github-comment
https://github.com/mini-ghost/vue-github-comment
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mini-ghost/vue-github-comment
- Owner: Mini-ghost
- Created: 2020-05-24T14:50:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:36:08.000Z (about 4 years ago)
- Last Synced: 2025-11-30T03:52:14.527Z (4 months ago)
- Language: Vue
- Homepage: https://vue-github-comment.netlify.app/
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-github-comment
這是一個參考 [gitalk](https://github.com/gitalk/gitalk) 原始碼設計並且轉換到 Vue Component 的 github comment 系統。主要將原作中 UI 與 GitHub API 混雜的部分離,讓 Vue Component 專心管理 UI 顯示,而 API Class 統一處理 GitHub API 的串接。