# wangEditor-for-vue **Repository Path**: xruby/wangEditor-for-vue ## Basic Information - **Project Name**: wangEditor-for-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: feat-handle-deepclone - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-23 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wangEditor for Vue [](https://github.com/facebook/react/blob/main/LICENSE) [](https://www.npmjs.com/package/@wangeditor/editor-for-vue/v/next) [](https://github.com/wangeditor-team/wangEditor-for-vue/actions) [English documentation](./README-en.md) ## 介绍 基于 [wangEditor](https://www.wangeditor.com/v5/) 封装的开箱即用的 [vue2 组件](https://www.wangeditor.com/v5/guide/for-frame.html#vue2) ## 安装 1. 安装 `wangeditor` 核心包 ```shell yarn add @wangeditor/editor ``` 2. 安装组件包 ```shell yarn add @wangeditor/editor-for-vue ``` ## 使用 ### 模板 ```html