An example project integrating Vue and vis-network
# install vue-vis-network local module
cd ..
npm link
# prepare example
cd example
# install the example dependencies
npm install
# add local vue-vis-network module to node_modules
npm link vue-vis-networknpm run serve
Go to http://localhost:8080/ to see an example running
NOTE: If you make changes to the library you should run npm run build again in the root folder to rebuild vue-vis-network package.
The dev server should detect modification and reload the demo