0.1.25 • Published 4 years ago

cyez v0.1.25

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.24

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.17

5 years ago

0.1.18

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago