UNPKG

ideogram

Version:

Chromosome visualization with D3.js

21 lines (14 loc) 586 B
# Ideogram in Vue This is a very basic example of integrating Ideogram with [Vue](https://vuejs.org/). More examples showing the breadth of Ideogram's functionality are at https://eweitz.github.io/ideogram/. # Install ``` bash git clone origin https://github.com/eweitz/ideogram cd ideogram/examples/vue npm install npm run dev ``` Then open your browser to http://localhost:8080. # Output After executing the steps above, you should see the following: ![Ideogram in Vue screenshot](https://raw.githubusercontent.com/eweitz/ideogram/master/examples/vue/ideogram_vue_example.png)