Skip to content

A quick start Vue project that shows the node types available in the Vue Diagram component. This project includes code snippets for rendering basic, flow, text, image, HTML, UML, BPMN, path, and native or SVG node types.

Notifications You must be signed in to change notification settings

SyncfusionExamples/Explore-Node-Types-in-the-Vue-Diagram-Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore Node Types in the Vue Diagram Component

A quick start Vue project that shows the node types available in the Vue Diagram component. This project includes code snippets for rendering basic, flow, text, image, HTML, UML, BPMN, path, and native or SVG node types.

Watch the video: https://www.syncfusion.com/tutorial-videos/vue/diagram?title=explore-node-types-in-the-vue-diagram

Refer to the following documentation to learn about the Vue Diagram component: https://ej2.syncfusion.com/vue/documentation/diagram/shapes

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

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

How to run this application

To run this application, you need to clone the Explore-Node-Types-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.