欢迎使用 Nexment

Nexment 是一个适用于任何前端项目无后端评论库,基于 LeanCloud 数据储存。快捷引入,即刻使用。

MarkDown 支持

功能 评论内容 MD 解析

无限级展示

特色 弹窗/列表评论层级

管理功能

更新中 目前仅支持角色标签

多框架支持

支持 React/Vue/Web 组件

Github 仓库

Nexment for React: https://github.com/HelipengTony/nexment

yarn add nexment
import { NexmentContainer } from "nexment";
const Page = () => {
return <NexmentContainer config={config} />;
};

Nexment for Vue: https://github.com/HelipengTony/nexment-vue

yarn add nexment-vue
import NexmentContainer from "nexment-vue";
import "nexment-vue/dist/nexment-vue.css";
Vue.use(NexmentContainer);
<template>
<NexmentContainer :config="config" />
</template>

页面搜索

分享页面

复制链接

二维码图

脸书分享

推特分享

内容仓库

Github 仓库

参与此页面的编辑 Github