2021-07-14 07:34:06 +08:00
2021-07-14 23:57:36 +08:00
2021-06-19 14:24:52 +08:00
2021-07-14 08:13:23 +08:00
2021-07-14 09:54:45 +08:00
2021-07-14 07:34:06 +08:00

web思维导图的简单实现

开发中...

目录介绍

1.simple-mind-map

思维导图工具库。

2.web

使用simple-mind-map工具库基于vue2.x、ElementUI搭建的在线思维导图。

开发

本地开发

git clone https://github.com/wanglin2/mind-map.git
cd simple-mind-map
npm i
npm link
cd ..
cd web
npm i
npm link simple-mind-map
npm run serve

打包

cd web
npm run build

然后把index.html移到根目录

Description
SimpleMindMap(思绪思维导图):一个强大的Web思维导图。A powerful web mind map.
Readme MIT 109 MiB
Languages
JavaScript 71.9%
Vue 27%
HTML 0.5%
CSS 0.4%
Less 0.2%