From 8f34d9d4862999135d23788324b556c0c0af2308 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 9 Jul 2021 13:50:54 +0200 Subject: [PATCH] feat: add postcss config and deps bugfix: some unused imports and node-selection component removed for now update: README.md --- README.md | 37 ++- package.json | 4 + postcss.config.js | 3 + src/App.vue | 5 +- src/components/NodesSelection/index.tsx | 123 ---------- src/container/EdgeRenderer/index.tsx | 24 +- src/container/GraphView/index.tsx | 13 +- src/container/RevueFlow/index.tsx | 2 +- yarn.lock | 299 +++++++++++++++++++++++- 9 files changed, 331 insertions(+), 179 deletions(-) create mode 100644 postcss.config.js delete mode 100644 src/components/NodesSelection/index.tsx diff --git a/README.md b/README.md index a797a275..0f94e452 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,22 @@ -# Vue 3 + Typescript + Vite +# React Flow in Vue3 = Revue Flow -This template should help get you started developing with Vue 3 and Typescript in Vite. +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. -## Recommended IDE Setup +### 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. -[VSCode](https://code.visualstudio.com/) + [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur). Make sure to enable `vetur.experimental.templateInterpolationService` in settings! +## Setup +This project uses Vite. -### If Using `