mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
ecc3ba8784825b01443294b0daf3504d6f92c122
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
Languages
JavaScript
71.9%
Vue
27%
HTML
0.5%
CSS
0.4%
Less
0.2%