New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@braks/revue-flow

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@braks/revue-flow

[![contentful](./assets/Revueflow.png)](https://reactflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/revue-flow) [![dependencies Status](https://status.david-dm.org/gh/bcakmakoglu/revue-flow.svg)](https://david-dm.org/bc

0.1.2
unpublished
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

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. They did most of the heavy lifting by writing the library in the first place. All I did is bring it to Vue3.

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.

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

FAQs

Package last updated on 17 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts