Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luosijie/vm-editor

Editor for Vue
https://github.com/luosijie/vm-editor

Last synced: 3 months ago
JSON representation

Editor for Vue

Awesome Lists containing this project

README

        




Editor for Vue, Live Demo




### Install

```bash
npm install --save vm-editor
```

### Usage

```js
import VmEditor from 'vm-editor'
```

Trigger upload event by click upload button

```html

...
methods: {
getHtml: function (data) {
//data contains html string for render
}
}
```

### License
[MIT](https://github.com/luosijie/vm-editor/blob/master/LICENSE.md)