# ckeditor
**Repository Path**: ycgpp/ckeditor
## Basic Information
- **Project Name**: ckeditor
- **Description**: 自用ckeditor版本
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-14
- **Last Updated**: 2024-05-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 定制CKEditor5
CKEditor5的定制化,主要通过插件来完成。
# 使用
~~~
import CKEditor from '@ckeditor/ckeditor5-vue';
import Editor from 'tensent-ckeditor5';
Hello World!
', editorConfig: { } } } ~~~ # 插件 上传插件