trading-vue3-js
Version:
Customizable charting lib for traders. Based on https://github.com/C451/trading-vue-js by C451.
20 lines (16 loc) • 439 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>TradingVue Demo</title>
<style>
</style>
</head>
<body>
<!-- Our vue app will be mounted on this DOM element -->
<div id="app"></div>
<!-- Bundle will be injected below -->
</body>
</html>