Skip to content

lsvih/cyez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cytoscape is too easy

Startup

  • Create folder node_modules/cyez
  • Copy dist/index.js into node_modules/cyez
  • Import cyez in App.vue
import Cyez from 'cyez'

export default {
    name:'App',
    mounted(){
        this.cyez = new Cyez(document.getElementById('graph'), {})
    }
}

Install Dependency

npm install -f

Build

npm run build

Preview and test

npm start

Generate documents

npm run doc

About

A thin, practical wrapper of cytoscape.js

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors