new Installation #114
Unanswered
AxelGanter
asked this question in
Q&A
Replies: 1 comment 5 replies
-
git clone https://github.com/bcakmakoglu/vue-flow.git
npm i
npm run dev gives error |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I tried to test vue-flow in a new project
npm init vue@latest flowchart22.2 cd flowchart22.2 npm i @braks/vue-flow
src/components/FlowChart.vue
like example from here https://types.vueflow.dev/FlowChart.vue.txt
at first I ran into "ReferenceError: ref is not defined"
after adding
import { ref } from "vue"
to FlowChart.vue the Error disappers, and a<div class="vue-flow">
appers inside the dom, but the<svg class="vue-flow__edges vue-flow__container">
is emptyno warnings, no errors
package.json.txt
HomeView.vue.txt
Beta Was this translation helpful? Give feedback.
All reactions