Skip to content

IbenTesara/Vueditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vueditor

a wysiwyg editor based on vue and vuex.

browser compatibility: IE 9+, Chrome, Firefox

online demo

How to use

import Vueditor from 'path/vueditor.min.js';

Vue.use(Vueditor, {
  // your config here
});

then in your vue template somewhere:

  <template>
    <div>
      ...
      <Vueditor></Vueditor>
    </div>
  </template>

About

a wysiwyg editor based on vue and vuex.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 74.3%
  • JavaScript 16.2%
  • CSS 9.5%