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 组件的在线示例
- Host: GitHub
- URL: https://github.com/clinfc/wangeditor5-for-vue2-example
- Owner: clinfc
- Created: 2022-03-18T05:33:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T14:01:15.000Z (about 3 years ago)
- Last Synced: 2025-01-06T20:46:09.912Z (5 months ago)
- Topics: rich-text, rich-text-editor, vue, vue2, wangeditor, wangeditor5
- Language: Vue
- Homepage: https://clinfc.github.io/wangeditor5-for-vue2-example/
- Size: 4.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```