Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clinfc/wangeditor5-for-vue3

给 wangEditor5 写的 Vue3 组件
https://github.com/clinfc/wangeditor5-for-vue3

rich-editor rich-text typescript vue vue3 wangeditor wangeditor5

Last synced: 8 days ago
JSON representation

给 wangEditor5 写的 Vue3 组件

Awesome Lists containing this project

README

        

# wangeditor5-for-vue3

在 [Vue3](https://v3.cn.vuejs.org/) 中使用 [wangEditor5](https://www.wangeditor.com/v5/)。

## 运行

```sh
# 安装依赖
pnpm install

# 打包
pnpm run build

# 运行 element-plus 示例
# 第一次执行前请执行 pnpm run build:core,构建本地依赖
pnpm run elplus

# 运行文档
pnpm run docs:v1
```