| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>VectorWidget</title> |
| 5 | </head> |
| 6 | <body> |
| 7 | |
| 8 | <div id="container"> |
| 9 | <p>If you're seeing this message, it means you haven't generated the bundle file for this example. Try running:</p> |
| 10 | |
| 11 | <pre><code> |
| 12 | npm install |
| 13 | npm run build |
| 14 | </code></pre> |
| 15 | |
| 16 | <p>then reload the page.</p> |
| 17 | </div> |
| 18 | |
| 19 | <script src="bundle.js"></script> |
| 20 | |
| 21 | </body> |
| 22 | </html> |