index
:
tilo
ancestors-tables
ancestry-bar-label
arrange-with-flex
dynamic-sidebar-breadth
force-compound-img-end-size
four-directional-sweep
initial-tree-cache
load-some-outside-overflow
main
mutex-help-collapsibles
rect-sepd-leaves
remove-info-icon
settings-to-smaller-display-edge
skip-tut-for-repeat-visit
split-nodes-table
sweep-situational-rect
test-Coord-Dim
test-allowcollapse-via-layout-result-enum
test-img-label-box
test-leaftile-nonleaftile
test-nonleaf-hover-shadow-via-dummy-div
test-post-reqs
test-settings-info-icons
test-tile-event-callbacks
test-toroot-button
trim-one-child-ancestors
Tilo: Interactive Tree of Life
Terry Truong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.js
blob: 01433bca2ac76590c48fabfee8d69d7b223f48bb (
plain
)
1
2
3
4
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
).
mount
(
'#app'
)