mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
21 lines
No EOL
414 B
HTML
21 lines
No EOL
414 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
|
|
</head>
|
|
<body>
|
|
|
|
<h2>Monaco Editor Webpack Sample</h2>
|
|
|
|
To run this sample, you need to:
|
|
|
|
<pre>
|
|
$/browser-esm-webpack> npm install .
|
|
$/browser-esm-webpack> ./node_modules/.bin/webpack
|
|
</pre>
|
|
|
|
Then, <a href="./dist">open the ./dist folder</a>.
|
|
|
|
</body>
|
|
</html> |