vue3-editor-ts
v1.0.4
Published
> An easy-to-use but yet powerful and customizable rich text editor powered by Quill.js, Vue.js and Typescript
Downloads
12
Readme
Vue3Editor
An easy-to-use but yet powerful and customizable rich text editor powered by Quill.js, Vue.js and Typescript
This project is built on
vue2-editor
, please see its doc.
What's different
Installation
npm install vue3-editor-ts
or
yarn add vue3-editor-ts
Importation
import { VueEditor } from 'vue3-editor-ts'; // import VueEditor form 'vue3-editor-ts' instead of vue3-editor
import 'vue3-editor-ts/style.css'; // Load the css
and that'all. Everything else is the same
😇 Enjoy!