# plain-editor **Repository Path**: plain-pot/plain-editor ## Basic Information - **Project Name**: plain-editor - **Description**: 块编辑器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-10 - **Last Updated**: 2025-05-23 ## 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 可以测试协同编辑;