# vue-minder-editor-plus
**Repository Path**: Rbang/vue-minder-editor-plus
## Basic Information
- **Project Name**: vue-minder-editor-plus
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 2
- **Created**: 2021-06-18
- **Last Updated**: 2024-04-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Vue-MindEditor based on fex-team/kityminder-core
> 该项目是参考 [vue-mindeditor](https://github.com/fudax/vue-mindeditor) 以及 [kityminder-editor](https://github.com/fex-team/kityminder-editor)
> 源码,基于 [kityminder-core](https://github.com/fex-team/kityminder-core) 实现
## developing
``` bash
功能完善中,之后会完善api及文档。。。
```
## install
``` bash
npm install vue-minder-editor --save
```
## Usage
```javascript
import minderEditor from 'vue-minder-editor'
import Vue from 'vue'
Vue.use(minderEditor);
```
## component
```html
```
## Build Setup
``` bash
# install npm dependencies
npm install
# serve with hot reload at localhost:8088
npm run dev
# build for plugin with minification
npm run build
# License
BSD-3-Clause License
```