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

https://github.com/candyframework/react-richeditor


https://github.com/candyframework/react-richeditor

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

## 说明

这是一个基于 react 的富文本发布器项目,目前提供了最简单的可使用架构。虽然目前比较简陋,但是该项目涉及优雅,可以很方便的编写扩展插件,这也是它的核心价值所在

## 架构

![Struct](./struct.png)

## 运行演示程序

1. 安装依赖

```
npm install
```

2. 编译项目

```
npm run build
```

3. 启动示例

```
npm run demo
```

4. 访问

```
http://localhost:23333
```