1.1.0 • Published 5 years ago

webeditor2 v1.1.0

Weekly downloads
45
License
-
Repository
github
Last release
5 years ago

webEditor

介绍

webEditor —— 轻量级 web 富文本编辑器,配置方便,使用简单。支持 IE10+ 浏览器。

下载

  • 使用npm下载:npm install webeditor2
  • 使用bower下载:bower install webeditor2

使用

var E = window.webEditor
var editor = new E('#div1')
editor.create()

运行 demo

  • 安装或者升级最新版本 node(最低v6.x.x
  • 进入目录,安装依赖包 cd webEditor && npm i
  • 安装包完成之后,windows 用户运行npm run dev,Mac 用户运行npm run example
  • 打开浏览器访问localhost:3000/index.html
1.1.0

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago