index.html 548 B

1234567891011121314151617181920212223242526
  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 Webpack Sample</h2>
  8. This sample shows how to load a small subset of the editor:
  9. <ul>
  10. <li>Only the core editor and the find widget</li>
  11. <li>Only the python language coloring</li>
  12. </ul>
  13. To run this sample, you need to:
  14. <pre>
  15. $/> npm install .
  16. $/> npm run simpleserver
  17. $/browser-esm-webpack-small> npm run build
  18. </pre
  19. >
  20. Then, <a href="./dist">open the ./dist folder</a>.
  21. </body>
  22. </html>