cytoscape is too easy
Startup
- Create folder
node_modules/cyez
- Copy
dist/index.js
intonode_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