# Vue Flow ๐ŸŒŠ [![vue flow](./src/assets/vue-flow.gif)](https://reactflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) [![dependencies Status](https://status.david-dm.org/gh/bcakmakoglu/vue-flow.svg)](https://david-dm.org/bcakmakoglu/vue-flow) [![devDependencies Status](https://status.david-dm.org/gh/bcakmakoglu/vue-flow.svg?type=dev)](https://david-dm.org/bcakmakoglu/vue-flow?type=dev) ![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/bcakmakoglu/vue-flow) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow) ![GitHub last commit](https://img.shields.io/github/last-commit/bcakmakoglu/vue-flow) __A customizable Vue3 Flowchart.__ ### __๐Ÿšง This library is still under construction__ _Docs aren't available yet_ but if you still want to try it out, check the available [examples](./examples) to get an idea how to start using Vue Flow. ## Features - ๐ŸŽจ Customizable - ๐Ÿฆพ Fully written in TypeScript ## Table of Contents * [๐Ÿ›  Setup](#-setup) * [๐ŸŽฎ Quickstart](#-quickstart) * [๐Ÿงช Development](#-development) ## ๐Ÿ›  Setup ```bash $ npm i @braks/vue-flow # or $ yarn add @braks/vue-flow ``` ## ๐ŸŽฎ Quickstart ```vue ``` ### โ–ธ Vue 2 **_This library doesn't work with Vue2._** ## ๐Ÿงช Development ```bash # start (dev) $ yarn dev # build dist $ yarn build ```