vue-d3-network
Version:
Vue component to graph networks using d3-force
15 lines (13 loc) • 380 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="<%= process.env.APP.des %>">
<title><%= process.env.APP.name %></title>
<link href="https://fonts.googleapis.com/css?family=Asap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Belgrano" rel="stylesheet">
</head>
<body>
<div id="app"></div>
</body>
</html>