From f4bffebcb13dd894375a9ef340289ccb8005a9e4 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:03:33 +0200 Subject: [PATCH] docs(guide): add info on setting up vue project Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/src/guide/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index 855e95c0..46bae677 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -12,6 +12,10 @@ import LogosTypescript from '~icons/logos/typescript-icon'; This guide covers the basics of setting up and using Vue Flow. You'll learn how to install Vue Flow, configure it, and create your first flowchart. +:::info NOTE +If you're looking for a guide on how to setup a Vue project, check out the [official Vue documentation](https://vuejs.org/guide/quick-start). +::: + ## Prerequisites Before you strap in, make sure you're equipped with: