Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/harryxiong24/xbear-markdown-editor
- Owner: HarryXiong24
- License: mit
- Created: 2021-07-25T08:37:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T14:24:25.000Z (over 3 years ago)
- Last Synced: 2024-10-13T15:48:32.943Z (3 months ago)
- Topics: editor, markdown, vue
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
XBear Markdown Editor
## :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.