monaco-editor/samples/electron-amd-nodeIntegration/index.html

19 lines
364 B
HTML

<!DOCTYPE html>
<html>
<head>
<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>