monaco-editor/samples/browser-esm-webpack-monaco-.../index.html

21 lines
386 B
HTML

<!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>