This sample app uses vue-graph-template template along with a json
file containing a list of youtube videos. SEARCHES: baby
,help
LINK : https://ngraph-youtube.herokuapp.com/#?q=baby
The app listens for the CORE::NODE_SELECTED
event emmitted by the main component to display a youtube video
mounted() {
EventBus.$on("CORE::NODE_SELECTED", selected_node => {});
}
npm install
npm run build
npm run start
App should be running in http://localhost:5000