Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lonewolfyx/logichub

通过直观的可视化画板形式展示前端某框架核心 API 流程逻辑与数据流
https://github.com/lonewolfyx/logichub

Last synced: 24 days ago
JSON representation

通过直观的可视化画板形式展示前端某框架核心 API 流程逻辑与数据流

Awesome Lists containing this project

README

        

# LogicHub

通过直观的可视化画板形式展示前端某框架核心 API 流程逻辑与数据流

# 快速开始

```shell
npm install
```

```shell
npm run dev
```

## 打包

```shell
npm run build
```

# FAQ

### 既然使用了 React Excalidraw 为什么不使用 React 开发?

Vue YYDS