cyez

0.1.25 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i cyez

Weekly Downloads

2

Version

0.1.25

License

MIT

Unpacked Size

2.5 MB

Total Files

46

Last publish

Collaborators

  • lsvih