mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
update samples
This commit is contained in:
parent
a4d7907bd4
commit
b19105b7e7
24 changed files with 294 additions and 3505 deletions
18
samples/legacy/electron-amd/index.html
Normal file
18
samples/legacy/electron-amd/index.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue