An open API service indexing awesome lists of open source software.

https://github.com/clinfc/wangeditor5-for-vue2-example

wangeditor5-for-vue2 组件的在线示例
https://github.com/clinfc/wangeditor5-for-vue2-example

rich-text rich-text-editor vue vue2 wangeditor wangeditor5

Last synced: 4 months ago
JSON representation

wangeditor5-for-vue2 组件的在线示例

Awesome Lists containing this project

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
```