An open API service indexing awesome lists of open source software.

https://github.com/geedium/editor

Rich Text Editor
https://github.com/geedium/editor

vue

Last synced: 3 months ago
JSON representation

Rich Text Editor

Awesome Lists containing this project

README

        

# Getting Started
```bash
yarn add @geedium/editor [OR] npm i -g @geedium/editor
```

# Vue Component
```vue
import Editor from '@geedium/editor';

export default {
components: {
Editor
}
}
```