mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Rename to /samples/
This commit is contained in:
parent
c9081ee4f3
commit
091f871e65
85 changed files with 12 additions and 15 deletions
26
samples/browser-esm-webpack-small/index.html
Normal file
26
samples/browser-esm-webpack-small/index.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>Monaco Editor Webpack Sample</h2>
|
||||
|
||||
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>
|
||||
|
||||
To run this sample, you need to:
|
||||
|
||||
<pre>
|
||||
$/> npm install .
|
||||
$/> npm run simpleserver
|
||||
$/browser-esm-webpack-small> npm run build
|
||||
</pre
|
||||
>
|
||||
|
||||
Then, <a href="./dist">open the ./dist folder</a>.
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue