# d-editor **Repository Path**: da9527/d-editor ## Basic Information - **Project Name**: d-editor - **Description**: 用html+js+css写一个简单的代码编辑器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-05 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # D-Editor 这是一个基于Web的代码编辑器项目,旨在提供一个轻量级且功能丰富的编辑环境。 ## 功能特性 - 代码高亮 - 自动闭合括号与引号 - 代码补全 - 代码查找与替换 - 代码运行 - 快捷键支持(保存、撤销、重做、查找等) ## 技术栈 - HTML - CSS - JavaScript ## 安装步骤 1. 确保你已经安装了 [Node.js](https://nodejs.org/) 和 [pnpm](https://pnpm.io/) 2. 克隆仓库: ```bash git clone https://gitee.com/da9527/d-editor.git cd d-editor ``` 3. 安装依赖: ```bash pnpm install ``` ## 使用说明 启动开发服务器: ```bash pnpm run dev ``` ## 贡献指南 欢迎贡献代码!请参阅项目中的 `.gitignore` 文件以了解哪些文件不应该提交。 ## 许可证 该项目遵循 MIT 许可证,请参阅 [MIT 许可证](https://mit-license.org/) 的详细条款。