Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Vue Vis-Network integration example

An example project integrating Vue and vis-network

Project setup

# 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-network

Live Demo

npm 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