1.0.3 • Published 2 years ago

vue3-editor-an-ts v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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.

vue2-editor

What's different

Installation

npm install vue3-editor-an-ts

or

yarn add vue3-editor-an-ts

Importation

import { VueEditor } from 'vue3-editor-an-ts'; // import VueEditor form 'vue3-editor-an-ts' instead of vue3-editor
import 'vue3-editor-an-ts/style.css'; // Load the css

and that'all. Everything else is the same

šŸ˜‡ Enjoy!

1.0.3

2 years ago