Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 666 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 666 Bytes

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