# vueMinderEditorPro **Repository Path**: tuzikuaipao/vue-minder-editor-pro ## Basic Information - **Project Name**: vueMinderEditorPro - **Description**: 该项目是参考 vue-mindeditor 以及 kityminder-editor 源码,基于 kityminder-core 实现 - **Primary Language**: HTML - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-05-25 - **Last Updated**: 2024-07-09 ## 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-plus --save ``` ## Usage ```javascript import vueMinderEditor from 'vue-minder-editor-plus' import Vue from 'vue' Vue.use(vueMinderEditor) ``` ## 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 ```