Skip to content

donc310/vue-graph-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

This sample app uses vue-graph-template template along with a json

file containing a list of youtube videos. SEARCHES: baby,help

DEMO

LINK : https://ngraph-youtube.herokuapp.com/#?q=baby

HOW IT WORKS

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 => {});
}
 

Project setup

npm install

Compiles and minifies for production

npm run build

Start

npm run start

App should be running in http://localhost:5000

About

Youtube Implementation of vue-graph-template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published