/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/browser-esm-parcel/index.html
19 строк
381 B
Ryan Graff
doc: (samples) Simplify Browser ESM Parcel build
15 дек 2021, 19:14
15 дек 2021, 19:14
e0fbcd2
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> <h2>Monaco Editor Parcel Bundler Sample</h2> To run this sample, you need to: <pre> $/browser-esm-parcel> npm install . $/browser-esm-parcel> npm start </pre > Then, open <a href="http://localhost:9999/">http://localhost:9999/</a>. </body> </html>