1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- </head>
- <body>
- <h2>Monaco Editor Webpack Plugin Sample</h2>
- To run this sample, you need to:
- <pre>
- $/> npm install .
- $/> npm run simpleserver
- $/browser-esm-webpack-monaco-plugin> npm run build
- </pre
- >
- Then, <a href="./dist">open the ./dist folder</a>.
- </body>
- </html>
|