# 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__
_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
```