All Projects → j6montoya → vue-tinymce

j6montoya / vue-tinymce

Licence: Apache-2.0 license
Tinymce support on Vue 2.1x

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-tinymce

2sxc
DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
Stars: ✭ 98 (+345.45%)
Mutual labels:  tinymce
Tinymce Angular
Official TinyMCE Angular Component
Stars: ✭ 216 (+881.82%)
Mutual labels:  tinymce
vue-tinymce-editor
This a component provides use of tinymce for vue developers
Stars: ✭ 221 (+904.55%)
Mutual labels:  tinymce
Filemanagerbundle
FileManager is a simple Multilingual File Manager Bundle for Symfony
Stars: ✭ 105 (+377.27%)
Mutual labels:  tinymce
Vue Tinymce
提供给 vue 开发者使用的 TinyMCE 组件
Stars: ✭ 124 (+463.64%)
Mutual labels:  tinymce
Fmelfinderbundle
📁 ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
Stars: ✭ 231 (+950%)
Mutual labels:  tinymce
Plugin.wordpress
📦 Official WordPress Plugin of EnlighterJS
Stars: ✭ 93 (+322.73%)
Mutual labels:  tinymce
tinymce-vue-2
A vue 2 component for TinyMCE
Stars: ✭ 48 (+118.18%)
Mutual labels:  tinymce
Tinymce Mention
Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
Stars: ✭ 181 (+722.73%)
Mutual labels:  tinymce
strapi-tinymce
Strapi extension to overwrite the current Wysiwyg by Tinymce
Stars: ✭ 39 (+77.27%)
Mutual labels:  tinymce
Tinymce Dist
Official TinyMCE repository for production usage in package managers
Stars: ✭ 106 (+381.82%)
Mutual labels:  tinymce
Laravel Filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
Stars: ✭ 1,688 (+7572.73%)
Mutual labels:  tinymce
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+331918.18%)
Mutual labels:  tinymce
Laravel Filemanager Example 5.3
Demo integration for laravel-filemanager (https://github.com/UniSharp/laravel-filemanager).
Stars: ✭ 100 (+354.55%)
Mutual labels:  tinymce
laravel-responsivefilemanager
Laravel Responsive File Manager integration
Stars: ✭ 13 (-40.91%)
Mutual labels:  tinymce
Tinymce
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
Stars: ✭ 10,179 (+46168.18%)
Mutual labels:  tinymce
Vue Tinymce Editor
This a component provides use of tinymce for vue developers
Stars: ✭ 216 (+881.82%)
Mutual labels:  tinymce
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (+13.64%)
Mutual labels:  tinymce
xkeditor
📝 XK-Editor | 一个支持富文本和Markdown的编辑器
Stars: ✭ 58 (+163.64%)
Mutual labels:  tinymce
Landing-CMS
A simple CMS for landing pages
Stars: ✭ 78 (+254.55%)
Mutual labels:  tinymce

Vue 2.1x Tinymce support

Latest Stable Version NPM Downloads

Tinymce support on Vue 2.1x

Features

  • Set default content and binding content
  • Configurable options
  • Event to change content
  • v-model Support

Install

Run the command below to install this package

npm install vue-tinymce --save

Use

import Vue from 'vue'
import VueTinymce from 'vue-tinymce'
Vue.use(VueTinymce)

Vue template

<div id="app">
  <tinymce id="editor" v-model="editor" :options="options" @change="change" :content='content'></tinymce>
</div>

Run example

npm install
npm run example

Run build

npm install
npm run build

###License https://opensource.org/licenses/Apache-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].