You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick start Vue project that shows how to add connectors in the Syncfusion Vue Diagram component. This project includes code snippets for adding a connector both programmatically and using the drawing tool. It also includes code snippets for adding different types of connectors and decorator shapes.
1
+
# How to Add and Customize Connectors in the Vue Diagram Component
2
+
3
+
A quick start Vue project that shows how to add connectors in the Syncfusion [Vue Diagram](https://www.syncfusion.com/vue-components/vue-diagram?utm_source=github&utm_medium=listing&utm_campaign=vue-diagram-connectors-sample) component. This project includes code snippets for adding a connector both programmatically and using the drawing tool. It also includes code snippets for adding different types of connectors and decorator shapes.
4
+
5
+
Watch the video: Coming soon…
6
+
7
+
Refer to the following documentation to learn about the Vue Diagram component: https://ej2.syncfusion.com/vue/documentation/diagram/connectors
8
+
9
+
Check out this online example of the Vue Diagram component: https://ej2.syncfusion.com/vue/documentation/diagram/connectors
10
+
11
+
Make sure you have the latest versions of Node.js and Visual Studio Code on your machine before working on this project.
12
+
13
+
## How to run this application
14
+
To run this application, you need to clone the `How-to-Add-and-Customize-Connectors-in-the-Vue-Diagram-Component` repository and then open it in Visual Studio Code. After that, just install all the necessary Vue packages in your project using the `npm install` command and run your project using the `npm run dev` command.
0 commit comments