Socket
Socket
Sign inDemoInstall

wangeditor_jumper

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wangeditor_jumper

wangEditor - 基于javascript和css开发的 web 富文本编辑器, 轻量、简洁、易用、开源免费


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

wangEditor

介绍

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

  • 官网:www.wangEditor.com
  • 文档:www.kancloud.cn/wangfupeng/wangeditor3/332599
  • 源码:github.com/wangfupeng1988/wangEditor (欢迎 star)

图片

查看 v2 版本的代码和文档点击这里

下载

  • 直接下载:https://github.com/wangfupeng1988/wangEditor/releases
  • 使用npm下载:npm install wangeditor (注意 wangeditor 全部是小写字母
  • 使用bower下载:bower install wangEditor (前提保证电脑已安装了bower
  • 使用CDN://unpkg.com/wangeditor/release/wangEditor.min.js

使用

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

运行 demo

  • 下载源码 git clone git@github.com:wangfupeng1988/wangEditor.git
  • 安装或者升级最新版本 node(最低v6.x.x
  • 进入目录,安装依赖包 cd wangEditor && npm i
  • 安装包完成之后,windows 用户运行npm run win-example,Mac 用户运行npm run example
  • 打开浏览器访问localhost:3000/index.html
  • 用于 React、vue 或者 angular 可查阅文档其他章节中的相关介绍

交流

QQ 群

以下 QQ 群欢迎加入交流问题(可能有些群已经满员)

  • 164999061
  • 281268320

提问

注意,作者只受理以下几种提问方式,其他方式直接忽略

每次升级版本修复的问题记录在这里

关于作者

如果你感觉有收获,欢迎给我打赏 ———— 以激励我更多输出优质开源内容

图片

Keywords

FAQs

Last updated on 20 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc