Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhouqihang/vue-markdown

Markdown editor build for vue
https://github.com/zhouqihang/vue-markdown

javascript vue webpack

Last synced: 3 months ago
JSON representation

Markdown editor build for vue

Awesome Lists containing this project

README

        

# vue-editor-markdown

Markdown editor build for Vue.

# Installation

### npm

```
$ npm install vue-editor-markdown --save
```

# Usage

```javascript
import Vue from 'vue';
import VueEditorMarkdown from 'vue-editor-markdown';

Vue.use(VueEditorMarkdown);

```
```html

```

# props

| prop | type | default | describe |
| ---- | ---- | ------- | -------- |
| showPreview | Boolean | true | enable html preview |
| isPreview | Boolean | false | enable markdown edit |
| isFullScreen | Boolean | false | full screen |
| navColor | String | null | navigation text color |
| backgroundColor | String | null | navigation and markdown editor background color |
| borderColor | String | null | editor border color |
| v-model | Object | {markdown: '', html: ''} | value |