1
0

index.html 386 B

1234567891011121314151617181920
  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 Plugin Sample</h2>
  8. To run this sample, you need to:
  9. <pre>
  10. $/> npm install .
  11. $/> npm run simpleserver
  12. $/browser-esm-webpack-monaco-plugin> npm run build
  13. </pre
  14. >
  15. Then, <a href="./dist">open the ./dist folder</a>.
  16. </body>
  17. </html>