Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.2 KB

File metadata and controls

14 lines (8 loc) · 1.2 KB

Getting Started with the Vue Diagram Component

A quick-start Vue project that shows how to add a Syncfusion Vue Diagram component to a Vue project. It includes code snippets to create nodes and connectors, join the nodes using connectors, and add segments and annotations to the connectors.

Watch the video: Coming soon...

Refer to the following documentation to learn about the Vue Diagram component: https://ej2.syncfusion.com/vue/documentation/diagram/getting-started-vue-3

Check out this online example of the Vue Diagram component: https://ej2.syncfusion.com/vue/demos/#/material3/diagram/default-functionality.html

Make sure you have the latest versions of Node.js and Visual Studio Code on your machine before working with this project.

How to run this application

To run this application, you need to clone the Getting-Started-with-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.