webeditor2

1.1.0 • Public • Published

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

/webeditor2/

    Package Sidebar

    Install

    npm i webeditor2

    Weekly Downloads

    2

    Version

    1.1.0

    License

    none

    Unpacked Size

    1.22 MB

    Total Files

    23

    Last publish

    Collaborators

    • zgeaw