Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luosijie/vm-editor
- Owner: luosijie
- License: mit
- Created: 2017-08-06T07:42:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T08:54:00.000Z (almost 6 years ago)
- Last Synced: 2024-07-08T21:43:37.412Z (4 months ago)
- Language: Vue
- Homepage: https://luosijie.github.io/vm-editor/
- Size: 593 KB
- Stars: 139
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### 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)