You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/samples/browser-esm-webpack/index.html

21 lines
365 B
HTML

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