cyez
v0.1.25
Published
cytoscape is too easy
Readme
cytoscape is too easy
Startup
- Create folder
node_modules/cyez - Copy
dist/index.jsintonode_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 -fBuild
npm run buildPreview and test
npm startGenerate documents
npm run doc