Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 的 评论插件。

Awesome Lists containing this project

README

        

# Vitepress 评论插件


TypeScript


code style: prettier

> 尚未完成与发布

基于 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