Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhengxs2018/discuss
基于 Gitlab Issues 的 评论插件。
https://github.com/zhengxs2018/discuss
comment-system comments gitlab gitlab-api
Last synced: 19 days ago
JSON representation
基于 Gitlab Issues 的 评论插件。
- Host: GitHub
- URL: https://github.com/zhengxs2018/discuss
- Owner: zhengxs2018
- Created: 2022-11-20T04:42:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T12:37:12.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:52:48.892Z (3 months ago)
- Topics: comment-system, comments, gitlab, gitlab-api
- Language: Vue
- Homepage: https://zhengxs2018.github.io/discuss/
- Size: 889 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitepress 评论插件
> 尚未完成与发布
基于 Gitlab API 的 Vitepress 评论插件。
## 初衷
我在使用 Vitepress 作为文档工具,为了方便阅读者在文档中留下评论,调研了一些目前开源的评论插件,如 vssue, gitalk, giscus, valine, twikoo 等
最后还是决定造个轮子,主要原因如下:
1. 很多公司内部都私有部署了 Gitlab,接入成本很低
2. vitepress 使用 vue3,而大部分开源评论不支持 vue3
3. 在公司内部受行业限制无法普及新技术,但文档工具不存在此限制因此功能对公司来说并不是非常必要的,所以打算作为个人项目,利用空闲时间来完成。
## 感谢
以下排名不分先后.
- [Axios](https://axios-http.com/)
- [Gitlab](https://about.gitlab.com/)
- [Vssue](https://github.com/meteorlxy/vssue)
- [Vitepress](https://vitepress.vuejs.org/)
- [oidc-client](https://github.com/IdentityModel/oidc-client-js)
- And more.## License
MIT