0.1.7 • Published 4 years ago

v-rich-text-editor v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

v-rich-text-editor

A rich text editor developed to use with Vuetify.

How to use

Make sure you have Vue 2 project with Vuetify already added to it.

npm install --save v-rich-text-editor
or
yarn add v-rich-text-editor

In your main.js, or a similar entry point, just import the library using:

import 'v-rich-text-editor';

Now the editor will be globally available to use anywhere in your project.

<v-rich-text-editor v-model="htmlText" />
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago