# vue-minder **Repository Path**: jrsmith/vue-minder ## Basic Information - **Project Name**: vue-minder - **Description**: 脑图在线编辑,在kityminder修改 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 7 - **Created**: 2020-07-10 - **Last Updated**: 2023-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-mindeditor based on fex-team/kityminder-core > 在[百度脑图](https://github.com/fex-team/kityminder-core)的基础上修改: > - 改为Vue2组件实现,基于Webpack4打包 > - 删除图片、链接、备注的支持 > - 合并样式菜单到编辑菜单,菜单从原先的三个变为两个 > - 删除编辑菜单上的撤销、重做按钮,改为快捷键和鼠标右键支持 > - 删除多主题支持和打标签功能 > - 移除搜索功能 > - 文件存储置于本地localStorage(参见main_editor.vue),需要导出或者另存可以自行修改 - 若报错(ERROR in [copy-webpack-plugin] unable to locate 'E:\work\vue-minder\static' at 'E:\work\vue-minder\static' ) - 请在项目根目录下创建static空文件 ``` cd vue-minder mkdir static ``` ## Build Setup ``` bash # install npm dependencies npm install # serve with hot reload at localhost:8088 npm run dev # build for production with minification npm run build # License BSD 3-Clause