mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
18 lines
No EOL
403 B
HTML
18 lines
No EOL
403 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 Electron Sample</h2>
|
|
|
|
To run this sample, you need to <a href="https://github.com/electron/electron/releases">download Electron</a> and then execute:
|
|
|
|
<pre>
|
|
$/electron-amd> electron main.js
|
|
</pre>
|
|
|
|
</body>
|
|
</html> |