Skip to content

undev-studio/cables_vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cables.gl vue integration and component

small component to load one or more cables.gl patches in your vue app

the app was created using npm init vue@latest, check src/App.js for an example on how to load two patches, with default values and custom ones. src/components/CablesPatch.js contains the component.

to update your patches, put your exported files into public/patch or configure a different path when using the component.

make sure to export as "single javascript file"

requirements

  • nodejs and npm in a current version

installation

  • check out this repository
  • run npm install
  • run npm run dev
  • browser will open and show two patches overlaying

About

example cables.gl-patch integration for vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors