mind-map/README.md
2021-07-14 07:34:06 +08:00

37 lines
464 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# web思维导图的简单实现
开发中...
## 目录介绍
1.simple-mind-map
思维导图工具库。
2.web
使用`simple-mind-map`工具库基于vue2.x、ElementUI搭建的在线思维导图。
## 开发
本地开发
```bash
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
```
打包
```bash
cd web
npm run build
```
然后把index.html移到根目录