@ecomplus/client
Version:
JS client for E-Com Plus REST APIs
21 lines (17 loc) • 431 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<div id="app"></div>
<script>
window.ECOMCLIENT_DEBUG = true;
</script>
<script src="ecom-client.js"></script>
<script src="./demo.js"></script>
</body>
</html>