index.html 330 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5. </head>
  6. <body>
  7. <h2>Monaco Editor esbuild Bundler Sample</h2>
  8. To run this sample, you need to:
  9. <pre>
  10. $/browser-esm-esbuild> npm run build
  11. </pre
  12. >
  13. Then, <a href="./dist">open the ./dist folder</a>.
  14. </body>
  15. </html>