# drag-drop-editor **Repository Path**: hyscode/drag-drop-editor ## Basic Information - **Project Name**: drag-drop-editor - **Description**: drag-drop-editor - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2025-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README drag-drop-editor ================ ### 项目设置 ```bash npm install ``` ### 用于开发的编译和热加载 ```bash npm run serve ``` ### 用于生产的编译和压缩 ```bash npm run build ``` ### 自定义配置 参考 [Configuration Reference](https://cli.vuejs.org/config/).