1.1.1 • Published 8 years ago

vue-minrich-editor v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

vue-minrich-editor

A minimalistic text editor inspired by Medium.com and Telegra.ph.

  • Mobile support
  • Image drag'n'drop and paste support
  • Automatic YouTube and Vimeo embedding

Screenshot DEMO

Installation

NPM

npm i vue-minrich-editor --save-dev

CommonJS

var VueRichEditor = require('vue-rich-editor');
  
new Vue({
  components: {
    'vue-rich-editor': VueRichEditor
  }
})

ES6

import Vue from 'vue'
import VueRichEditor from 'vue-rich-editor'
  
Vue.use(VueRichEditor)

new Vue({
  components: {
    VueRichEditor
  }
})

Props

placeholder: String - a placeholder for your text editor.

License

MIT

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago