malisit / vuejs2-wysiwyg

jQuery Summernote WYSIWYG Editor implementation for REST based single page applications that run on vue.js 2.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuejs2-wysiwyg

Basic implementation of jquery summernote plugin for vuejs2.

There is no obvious way of using any WYSIWYG editor with REST Service based single page application that takes advantage of vue 2.0.0^. Most of the packages on GitHub and other places either work with node modules or does not work on vue v2.0. I actually spent lots of hours to find one and fell short on this goal. I ended up modifying the implementation in Haixing-Hu/vue-html-editor which works on vue v1.0.

Usage

It's very straight forward. Just look at the code. You can also take a look at the fiddle.
JSFiddle

About

jQuery Summernote WYSIWYG Editor implementation for REST based single page applications that run on vue.js 2.0.

License:MIT License


Languages

Language:JavaScript 71.5%Language:HTML 28.5%