Files
vue-flow/README.md
Braks 2afc7af871 update: README.md
feat: add license
2021-07-11 09:38:46 +02:00

1.6 KiB

React Flow in Vue3 = Revue Flow

contentful top-language dependencies Status devDependencies Status vulnerabilities GitHub code size in bytes GitHub last commit

This repo is still a big construction site with nothing really finished. You can check the examples to see what's working and what's not. Please visit React Flow and support them if you like the idea.

Motivation

Seeing as many libraries exist in the revue ecosystem and Vue sadly does not get the same love and attention, I decided to port the revue Flow library to Vue.js.

Usage

Check the React Flow docs for usage. It's really the same.

Vue3

# install revue flow
$ yarn add @braks/revue-flow

# or
$ npm i --save @braks/revue-flow

Vue2

This doesn't work with Vue2, sorry.

Development

This project uses Vite for development and Rollup to create a distribution.

# start (dev)
$ yarn dev

# build app
$ yarn build

# serve app from build
$ yarn serve

# build dist
$ yarn build:dist