0 Star 0 Fork 6

uniquexiaobai / node-ueditor

forked from shouldsimple / node-ueditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
wannianchuan 提交于 2014-01-18 09:52 . modified: README.md

#node-ueditor

##使用方法

1.在app.js中引用uediotr.js并配置路由

	var ueditor = require('./ueditor');

	app.post('/ueditor/img-manager', ueditor.imgManager);
	app.post('/ueditor/img-up', ueditor.imgUp);

2.修改ueditor.config.js配置

	,imageUrl:URL+"img-up"              				//图片上传提交地址

	,imageManagerUrl:URL + "img-manager"       //图片在线管理的处理地址

##显示效果

在编辑器中插入图片

在编辑器中插入图片

在文章中显示

在文章中显示

1
https://gitee.com/uniquexiaobai/node-ueditor.git
git@gitee.com:uniquexiaobai/node-ueditor.git
uniquexiaobai
node-ueditor
node-ueditor
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891