23 lines
385 B
HTML
23 lines
385 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>VectorWidget</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
<p>If you're seeing this message, it means you haven't generated the bundle file for this example. Try running:</p>
|
|
|
|
<pre><code>
|
|
npm install
|
|
npm run build
|
|
</code></pre>
|
|
|
|
<p>then reload the page.</p>
|
|
</div>
|
|
|
|
<script src="bundle.js"></script>
|
|
|
|
</body>
|
|
</html>
|