Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harryxiong24/xbear-markdown-editor

A markdown editor based on Vue 2.x, Marked and CodeMirror.
https://github.com/harryxiong24/xbear-markdown-editor

editor markdown vue

Last synced: about 1 month ago
JSON representation

A markdown editor based on Vue 2.x, Marked and CodeMirror.

Awesome Lists containing this project

README

        

XBear Markdown Editor


Version
License: MIT
Vue
Author

## :pushpin: Introduction

> A markdown editor based on Vue 2.x, Marked and CodeMirror.

多功能 Markdown 编辑器。

## :triangular_ruler: Usage

### Install

#### npm

```bash
npm install xbear-editor -S
```

#### yarn

```bash
yarn add xbear-editor
```

### Use as plugins in Vue projects

#### import

```js
import XBearEditor from 'xbear-editor';
Vue.use(XBearEditor);
```

#### import modularized

```js
import { XBearEditor } from 'xbear-editor';
Vue.component(XBearEditor.name, XBearEditor);
```

#### example

```vue




export default {
name: 'App',
};

```

### More functions

Please see the documents.

## :notebook: Documents

To check out docs, visit [xbear docs]().

## :triangular_flag_on_post: Support

- Vue 2.x Project

## :heartpulse: Contributor

- [Harry Xiong](https://github.com/harryxiong24)

## :memo: License

Copyright © 2021-present [Harry Xiong](https://github.com/harryxiong24).

This project is [MIT](https://github.com/HarryXiong24/xbear-markdown-editor/blob/master/LICENSE) licensed.