百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
V

vue-flow

> 前端框架
开源

一个高度可定制的流程图组件,适用于 Vue 3。该组件具有无缝的缩放和平移功能,以及其他组件如最小地图以及用于与状态对象进行交互的实用工具。

6.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个高度可定制的流程图组件,适用于 Vue 3。该组件具有无缝的缩放和平移功能,以及其他组件如最小地图以及用于与状态对象进行交互的实用工具。

Vue Flow

Vue Flow: A highly customizable Vue 3 Flowchart component.

You can find a detailed explanation on how to get started here or jump right into the examples.

Table of contents

  • ⭐️ Features

  • Setup

  • Quickstart

    • Vue 2
  • Development

    • Dev Container
  • Discord

  • Special Thanks

  • ⭐ Stargazers

⭐️ Features

  • Easy setup: Get started hassle-free - Built-in zoom- & pan features, element dragging, selection and much more

  • Customizable: Use your custom nodes, edges and connection lines and expand on Vue Flows' functionality

  • Fast: Tracks changes reactively and only re-renders the appropriate elements

  • Utils & Composition: Comes with graph helper and state composable functions for advanced uses

  • Additional Components:

  • Background: With two built-in patterns and some configuration options like height, width or color.

  • Minimap: Shows current nodes in a small map shape in the bottom right corner

  • Controls: Control zoom behavior from a panel on the bottom left

  • And (many) more to come...

  • Reliable: Fully written in TypeScript

Setup

$ npm i @vue-flow/core

# or
$ pnpm i @vue-flow/core

# or
$ yarn add @vue-flow/core

Quickstart

In Vue Flow, an application structure consists of nodes and edges, all of which are categorised as elements.

Each element requires a unique id.

Nodes additionally need an XY-position, while edges require a source and a target, both represented by node ids.

…

⚠️ Make sure to import the necessary styles:

/* import the required styles */
@import "@vue-flow/core/dist/style.css";

/* import the default theme (optional) */
@import "@vue-flow/core/dist/theme-default.css";

Do not scope these styles with scoped in your component.

Vue 2

This library doesn't work with Vue 2.

Vue Flow uses features that are exclusive to Vue 3, therefore there is no support for Vue 2, nor will there be any support in the future, sorry.

Development

Prerequisites

  • Node.js v20+
  • pnpm v9+
# install pnpm if you haven't already
$ npm i -g pnpm

# start examples
$ pnpm dev

# build all packages
$ pnpm build

Dev Container

To start using development containers, install the Docker extension for VSCode. After installing the extension, open the connection menu either on the bottom left or open it via the commands tab. Select the Open Folder in Container option to mount the project.

The development container will spin up all packages example apps and forward the ports to your machine.

Discord

Join the Vue Flow Discord server!

Here you can ask questions to the community, propose ideas for new features or share your work that you have built with Vue Flow.

Special Thanks

This project is built with

  • React Flow

    • Vue flow is heavily based on webkids' ReactFlow. I wholeheartedly thank them for their amazing work! Without them VueFlow would not exist. Please consider donating or subscribing to ReactFlow Pro.
  • D3.js

    • D3 makes all the zoom and pan actions in Vue Flow possible.
  • VueUse

    • VueUse is a collection of essential vue composition utilities

⭐ Stargazers

Many thanks to the kind individuals who leave a star. Your support is much appreciated!

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •⭐️ Features
  • •Quickstart
  • •Development
  • •Dev Container
  • •Special Thanks
  • •⭐ Stargazers
  • •__Easy setup__: Get started hassle-free - Built-in zoom- & pan features, element dragging, selection and much more
  • •__Customizable__: Use your custom nodes, edges and connection lines and expand on Vue Flows' functionality
  • •__Fast__: Tracks changes reactively and only re-renders the appropriate elements
  • •__Utils & Composition__: Comes with graph helper and state composable functions for advanced uses

> 标签

TypeScriptdiagramsflowflowchartjavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架