# 1. 介绍 **wangEditor**——轻量级web富文本编辑器,配置方便,使用简单。支持IE8+浏览器。 * 软件官网:[wangEditor.github.io](http://wangeditor.github.io/) * demo演示:[wangEditor.github.io](http://wangeditor.github.io/) * 文档:[http://www.kancloud.cn/wangfupeng/wangeditor2/113961](http://www.kancloud.cn/wangfupeng/wangeditor2/113961)  # 2. 下载 - 点击 [https://github.com/wangfupeng1988/wangEditor/releases](https://github.com/wangfupeng1988/wangEditor/releases) 下载最新版 - 使用`git`下载: `git clone https://github.com/wangfupeng1988/wangEditor.git` - 使用`npm`下载: `npm install wangeditor` (注意 `wangeditor` 全部是**小写字母**) - 使用`bower`下载:`bower install wangEditor` (前提保证电脑已安装了`bower`) # 3. 使用 引用`wangEditor.css`、`jquery.js`和`wangEditor.js`之后,即可简单生成富文本编辑器,简单易用。 ```html
请输入内容...