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-small/index.html

27 lines
548 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
This sample shows how to load a small subset of the editor:
<ul>
<li>Only the core editor and the find widget</li>
<li>Only the python language coloring</li>
</ul>
4 years ago
To run this sample, you need to:
4 years ago
<pre>
$/> npm install .
$/> npm run simpleserver
$/browser-esm-webpack-small> npm run build
4 years ago
</pre
>
4 years ago
Then, <a href="./dist">open the ./dist folder</a>.
</body>
</html>