graphviz
Click nodes on the left to commit them to the graph. Use the tools on the right to draw out your graph.
networkVizJs component
Very quick rough prototype of structure mapper.
I haven't isolated the component, and have instead left it in an example.
The component has dependencies which are in the static folder (images).
Otherwise the component reacts to the nodes passed in. If the user clicks save, an event is emitted with the structure saved as a string. The SVG node is also passed in that event.
Build Setup
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# build for production and view the bundle analyzer reportnpm run build --report# run unit testsnpm run unit# run e2e testsnpm run e2e# run all testsnpm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.