# wangeditor5-for-vue2-example **Repository Path**: clinfc/wangeditor5-for-vue2-example ## Basic Information - **Project Name**: wangeditor5-for-vue2-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-19 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-ui + wangeditor5-for-vue2 `wangeditor5-for-vue2` 的 `element-ui` 使用示例 ## 使用文档 - [wangeditor5](https://www.wangeditor.com/v5/) - [wangeditor5-for-vue2](https://clinfc.github.io/wangeditor5-for-vue2/) - [wangeditor5-for-vue3](https://clinfc.github.io/wangeditor5-for-vue3/) ## 运行 ### yarn ```sh // 安装依赖 yarn // 运行 yarn run serve ``` ### npm ```sh // 安装依赖 npm i // 运行 npm run serve ```