思维导图
Go to file
2021-07-12 14:55:50 +08:00
docs 重构 2021-06-19 14:04:05 +08:00
simple-mind-map '优化及增加主题' 2021-07-12 14:55:50 +08:00
web '优化及增加主题' 2021-07-12 14:55:50 +08:00
.gitignore 修改忽略文件 2021-06-19 14:24:52 +08:00
README.md 重构 2021-06-19 14:04:05 +08:00

web思维导图的简单实现

开发中...

目录介绍

1.simple-mind-map

思维导图工具包。

2.web

使用simple-mind-map工具包搭建的在线思维导图。

开发

本地开发

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