Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc authored Jul 16, 2024
1 parent df10e6d commit ebc7bcc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![codecov](https://codecov.io/gh/cycleccc/wangEditor-next/branch/master/graph/badge.svg?token=0ZSXFXJPK3)](https://codecov.io/gh/cycleccc/wangEditor-next)
[![GitHub stars](https://img.shields.io/github/stars/cycleccc/wangEditor-next)](https://github.com/cycleccc/wangEditor-next/stargazers)

[English](./README-en.md)
[English](./README-en.md) | 中文

## 介绍

原项目 [wangEditor](https://github.com/wangeditor-team/wangEditor) 因作者[个人原因](https://juejin.cn/post/7272735633458413602)短期不再维护,本项目为fork版本,将在尽量不 Breaking change 的前提下继续维护。

开源 Web 富文本编辑器,开箱即用,配置简单。支持 JS Vue React 。

- [文档](https://www.wangeditor.com/)
- [文档](https://cycleccc.github.io/docs/)
- [Demo](https://www.wangeditor.com/demo/)

![](./docs/images/editor.png)
Expand All @@ -27,7 +27,13 @@

### 对于 Vue 或 React
```shell
npm i @wangeditor-next/editor
npm install @wangeditor-next/editor --save
// vue3 需要额外下载
npm install @wangeditor-next/editor-for-vue --save
// vue2 需要额外下载
npm install @wangeditor-next/editor-for-vue2 --save
// react 需要额外下载
npm install @wangeditor-next/editor-for-react --save
```

### 对于 HTML 使用 CDN 资源
Expand Down

0 comments on commit ebc7bcc

Please sign in to comment.