Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/how-to-create-a-mind-map-using-the-vue-diagram
A quick start Vue project that shows how to create a mind map layout using the Syncfusion Vue Diagram component. This project includes code snippets for customizing the nodes and connectors in the layout and changing its orientation, align the layout using horizontal and vertical spacing and to add expand and collapse icons.
https://github.com/syncfusionexamples/how-to-create-a-mind-map-using-the-vue-diagram
automatic-layout connector customize diagram diagrambuilder mindmap node ports style tutorial visualizing vue vue-components vue-diagram vue-ui-components vuejs
Last synced: 7 days ago
JSON representation
A quick start Vue project that shows how to create a mind map layout using the Syncfusion Vue Diagram component. This project includes code snippets for customizing the nodes and connectors in the layout and changing its orientation, align the layout using horizontal and vertical spacing and to add expand and collapse icons.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/how-to-create-a-mind-map-using-the-vue-diagram
- Owner: SyncfusionExamples
- Created: 2024-05-22T09:50:26.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:05:50.000Z (7 months ago)
- Last Synced: 2024-05-22T12:30:39.077Z (7 months ago)
- Topics: automatic-layout, connector, customize, diagram, diagrambuilder, mindmap, node, ports, style, tutorial, visualizing, vue, vue-components, vue-diagram, vue-ui-components, vuejs
- Language: Vue
- Homepage: https://www.syncfusion.com/vue-components/vue-diagram?utm_source=github&utm_medium=listing&utm_campaign=vue-diagram-mindmap-github-samples
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Create a Mind Map Using the Vue Diagram
A quick start Vue project that shows how to create a mind map layout using the Syncfusion® [Vue Diagram](https://www.syncfusion.com/vue-components/vue-diagram?utm_source=github&utm_medium=listing&utm_campaign=vue-diagram-mindmap-sample) component. This project includes code snippets for customizing the nodes and connectors in the layout and changing its orientation. It also contains code to align the layout using horizontal and vertical spacing and to add expand and collapse icons.
Watch the video: https://www.syncfusion.com/tutorial-videos/vue/diagram?title=how-to-create-a-mind-map-using-the-vue-diagram
Refer to the following documentation to learn about the Vue Diagram component: https://ej2.syncfusion.com/vue/documentation/diagram/automatic-layout#mind-map-layout
Check out this online example of the Vue Diagram component: https://ej2.syncfusion.com/vue/demos/#/material3/diagram/mind-map.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 `How-to-Create-a-Mind-Map-Using-the-Vue-Diagram` 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.