Skip to content

anvaka/graph-start

Repository files navigation

graph starter

A simple starter project to build your own graph algorithm exploration.

demo

It allows you to load any graph from a .dot file, do a basic graph layout, and supports pan/zoom interaction. The rest is up to you.

I was using this as a skeleton for some of my graph explorations and I hope you find this useful as a first graph setup.

Happy exploration!

Getting started

First - you need to clone/fork this repository and then:

npm install

Compiles and hot-reloads for development

npm run serve

This should render a simple graph and you can do some basic layout. You can drop .dot files into it to load new graphs.

From this point - you are free to modify the project as you wish.

Compiles and minifies for production

npm run build

Customize vue configuration

See Configuration Reference.

What's inside?

License

This start package is licensed under MIT license.

Thanks!

About

a simple graph shell to explore ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published