UNPKG

ideogram

Version:

Chromosome visualization for the web

28 lines (24 loc) 418 B
<template> <div id="app"> <img src="src/assets/logo.png"/> <h1>Welcome to Ideogram in Vue</h1> <router-view/> </div> </template> <script> export default { name: 'app' } </script> <style> #app { font-family: 'Avenir', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; } h1 { margin: 0; } </style>