【TP5.1】引入百度ueditor富文本编辑器

【TP5.1】引入百度ueditor富文本编辑器

下载ueditor

这个直接在git上拉取,网站下载速度太慢
https://github.com/fex-team/ueditor

安装依赖

npm install 安装依赖(如果没有安装 grunt , 请先在全局安装 grunt)

在终端执行 grunt default

【TP5.1】引入百度ueditor富文本编辑器

会在目录生成一个dist

使用这个就可以
【TP5.1】引入百度ueditor富文本编辑器

TP5.1配置

【TP5.1】引入百度ueditor富文本编辑器

把刚刚生成的dist/utf-8下的所有内容都放在public下的ueditor

【TP5.1】引入百度ueditor富文本编辑器

然后在需要编辑器的地方引入俩个js即可

【TP5.1】引入百度ueditor富文本编辑器

展现效果

【TP5.1】引入百度ueditor富文本编辑器

对富文本进行配置

里边你需要的配置
【TP5.1】引入百度ueditor富文本编辑器

【TP5.1】引入百度ueditor富文本编辑器