扫码关注官方订阅号
开发项目,原来的富文本使用的是基于jquery的ckeditor.js,现在用vue需要将项目重新翻新,使用的是vue1.0的版本,求介绍一款vue富文本插件,UI风格类似bootstrap
学习是最好的投资!
这个不错,挺漂亮的。https://github.com/PeakTai/vu...
Vue-html5-editor is an html5 wysiwyg editor for vue,easy and flexible,compatible with Vue.js 1.0+.
demo is here
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);
<script src="serverpath/vue.js"></script> <script src="serverpath/vue-html5-editor.js"></script>
Install using global variable VueHtml5Editor
VueHtml5Editor
Vue.use(VueHtml5Editor, options)
template code as follows
<vue-html5-editor :content="content" :height="500"></vue-html5-editor>
https://github.com/ff755/vue-...
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
这个不错,挺漂亮的。
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
import and install as global component
browser
Install using global variable
VueHtml5EditorUsage
template code as follows
https://github.com/ff755/vue-...