index.html 364 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 Electron Sample</h2>
  8. To run this sample, you need to
  9. <a href="https://github.com/electron/electron/releases">download Electron</a>
  10. and then execute:
  11. <pre>
  12. $/electron-amd> electron main.js
  13. </pre
  14. >
  15. </body>
  16. </html>