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

19 lines
364 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2020-09-02 23:35:10 +08:00
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<h2>Monaco Editor Electron Sample</h2>
2020-09-02 23:35:10 +08:00
To run this sample, you need to
2020-09-21 20:31:41 +08:00
<a href="https://github.com/electron/electron/releases">download Electron</a>
2020-09-02 23:35:10 +08:00
and then execute:
2020-09-02 23:35:10 +08:00
<pre>
$/electron-amd> electron main.js
2020-09-02 23:35:10 +08:00
</pre
>
</body>
</html>