1.0.5 • Published 7 years ago

vue-tinymce v1.0.5

Weekly downloads
117
License
-
Repository
-
Last release
7 years ago

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago