npm.io
0.1.25 • Published 4 years ago

cyez

Licence
MIT
Version
0.1.25
Deps
16
Size
2.4 MB
Vulns
0
Weekly
0
Stars
2

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