/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/legacy/electron-amd-nodeIntegration/index.html
18 строк
364 B
Henning Dieterichs
update samples
05 сен 2025, 21:24
Не верифицирован
05 сен 2025, 21:24
b19105b
Код
Авторство
О чём код?
<!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>