[VUE插件系列] - Vueditor富文本編輯器

  • 安裝npm包

npm install vueditor
css

  • 引入font-awesome庫

在main.js裏添加vue

import Vueditor from 'vueditor'

import 'vueditor/dist/style/vueditor.min.css'git

// 菜單配置github

let config = {npm

    toolbar: [ 瀏覽器

       'removeFormat', 'undo', '|', 'elements', 'fontName', 'fontSize', 'foreColor', 'backColor' bash

    ], 編輯器

    fontName: [ spa

       { val: 'arial black' }, code

       { val: 'times new roman' }, 

       { val: 'Courier New' } 

    ], 

    fontSize: [ 

       '12px', '14px', '16px', '18px', '0.8rem', '1.0rem', '1.2rem', '1.5rem', '2.0rem'  

    ], 

    uploadUrl: ''

}

Vue.use(Vueditor, config)

  • 如何使用
在組件頁面中使用
<Vueditor></Vueditor>


基於 Vue.js 和 Vuex.js 實現的富文本編輯器,
只支持 Vue.js 2.x.x

瀏覽器兼容性: 
Chrome, Firefox, Safari, IE 9+.

github地址:https://github.com/hifarer/Vueditor

複製代碼

相關文章
相關標籤/搜索