Files
vue-flow/README.md
T
Braks 8f34d9d486 feat: add postcss config and deps
bugfix: some unused imports and node-selection component removed for now
update: README.md
2021-07-09 13:59:07 +02:00

23 lines
496 B
Markdown

# React Flow in Vue3 = Revue Flow
This repo is still a big construction site with nothing really finished.
Please check out [React Flow](https://reactflow.dev/) if you like the idea.
### Motivation
Seeing as many libraries exist in the React ecosystem and Vue sadly does not get the same
love and attention, I decided to port the React Flow library to Vue.js.
## Setup
This project uses Vite.
```bash
# start (dev)
$ yarn dev
# build app
$ yarn build
# serve app from dist
$ yarn serve
```