https://github.com/changesuger/instrument-profile-editor
基于 LogicFlow 实现的仪器配置文件编辑器
https://github.com/changesuger/instrument-profile-editor
logicflow logicflow-examples
Last synced: 2 months ago
JSON representation
基于 LogicFlow 实现的仪器配置文件编辑器
- Host: GitHub
- URL: https://github.com/changesuger/instrument-profile-editor
- Owner: ChangeSuger
- Created: 2024-11-12T14:48:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:49:33.000Z (7 months ago)
- Last Synced: 2025-03-24T20:32:35.410Z (3 months ago)
- Topics: logicflow, logicflow-examples
- Language: Vue
- Homepage: https://instrument-profile-editor.hisoten.xyz
- Size: 323 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INSTRUMENT-PROFILE-EDITOR
基于 Vue3 + [LogicFlow](https://github.com/didi/LogicFlow) 实现的仪器配置文件编辑器。

## 本地开发
```bash
# 安装依赖
npm install# 启动本地服务
npm run dev
```## 物料来源
| 物料 | 来源 |
| --- | --- |
| Icon | [Lucide](https://lucide.dev/) |
| 组件库 | [Arco Vue](https://arco.design/vue/docs/start) |