javascript - 求介绍一款vue富文本插件
PHPz
PHPz 2017-04-11 09:44:50
[JavaScript讨论组]

开发项目,原来的富文本使用的是基于jquery的ckeditor.js,现在用vue需要将项目重新翻新,使用的是vue1.0的版本,求介绍一款vue富文本插件,UI风格类似bootstrap

PHPz
PHPz

学习是最好的投资!

全部回复(2)
天蓬老师

这个不错,挺漂亮的。
https://github.com/PeakTai/vu...

Intro

Vue-html5-editor is an html5 wysiwyg editor for vue,easy and flexible,compatible with Vue.js 1.0+.

demo is here

Installation

Npm

npm install vue-html5-editor --save-dev

import and install as global component

var Vue = require("vue")
var editor = require("vue-html5-editor")
Vue.use(editor,options);

browser

<script src="serverpath/vue.js"></script>
<script src="serverpath/vue-html5-editor.js"></script>

Install using global variable VueHtml5Editor

Vue.use(VueHtml5Editor, options)

Usage

template code as follows

<vue-html5-editor :content="content" :height="500"></vue-html5-editor>
高洛峰

https://github.com/ff755/vue-...

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号