0.1.25 • Published 3 years ago

cyez v0.1.25

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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
0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago