8 Star 16 Fork 6

shouldsimple / node-ueditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

#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"       //图片在线管理的处理地址

##显示效果

在编辑器中插入图片

在编辑器中插入图片

在文章中显示

在文章中显示

空文件

简介

node.js集成ueditor 展开 收起
NodeJS
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/wannianchuan/node-ueditor.git
git@gitee.com:wannianchuan/node-ueditor.git
wannianchuan
node-ueditor
node-ueditor
master

搜索帮助

14c37bed 8189591 565d56ea 8189591