Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 组件
- Host: GitHub
- URL: https://github.com/clinfc/wangeditor5-for-vue3
- Owner: clinfc
- License: mit
- Created: 2021-12-30T02:05:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T11:49:24.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T05:38:06.608Z (about 2 months ago)
- Topics: rich-editor, rich-text, typescript, vue, vue3, wangeditor, wangeditor5
- Language: TypeScript
- Homepage: https://clinfc.github.io/wangeditor5-for-vue3/
- Size: 1.35 MB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```