# Vue Flow ๐
[](https://reactflow.dev/)

[](https://david-dm.org/bcakmakoglu/vue-flow)
[](https://david-dm.org/bcakmakoglu/vue-flow?type=dev)



__A customizable Vue3 Flowchart.__
### __๐ง This library is still under construction__
Check the [docs](https://vue-flow.vercel.app/docs) and [examples](https://vue-flow.vercel.app/examples) to get started.
## 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
```