# react-cms-visual-editor **Repository Path**: martsforever-pot/react-cms-visual-editor ## Basic Information - **Project Name**: react-cms-visual-editor - **Description**: 内容管理可视化编辑器开源组件的React版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 9 - **Created**: 2022-01-13 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境搭建 - 第一步:npm install 或者 yarn install - 第二步:npm run dev 或者 yarn dev 启动之后: - 访问 http://localhost:3377/plain-editor/ 可以测试单个编辑器的使用交互; - 访问 http://localhost:3377/plain-editor/collaborative.html 可以测试协同编辑;