|
пре 5 година | |
---|---|---|
.vscode | пре 9 година | |
browser-amd-diff-editor | пре 5 година | |
browser-amd-editor | пре 6 година | |
browser-amd-iframe | пре 7 година | |
browser-amd-localized | пре 7 година | |
browser-amd-monarch | пре 7 година | |
browser-amd-requirejs | пре 7 година | |
browser-amd-shared-model | пре 7 година | |
browser-esm-parcel | пре 5 година | |
browser-esm-webpack | пре 5 година | |
browser-esm-webpack-monaco-plugin | пре 5 година | |
browser-esm-webpack-small | пре 5 година | |
browser-esm-webpack-typescript | пре 5 година | |
browser-script-editor | пре 7 година | |
browser-undo-redo-controls | пре 7 година | |
electron-amd | пре 5 година | |
electron-amd-nodeIntegration | пре 5 година | |
nwjs-amd | пре 5 година | |
nwjs-amd-v2 | пре 5 година | |
.gitignore | пре 8 година | |
.npmignore | пре 9 година | |
LICENSE.md | пре 9 година | |
README.md | пре 5 година | |
package-lock.json | пре 5 година | |
package.json | пре 5 година |
Standalone HTML samples showing how to integrate the Monaco Editor.
git clone https://github.com/Microsoft/monaco-editor-samples.git
cd monaco-editor-samples
npm install .
npm run simpleserver
Go to localhost:8888 and explore the samples!
Please file issues concering monaco-editor-samples
in the monaco-editor
repository.
browser-amd-editor
: running in a browser using AMD
lazy loading.browser-script-editor
: running in a browser using AMD
synchronous loading via <script>
tags.browser-esm-webpack
: running in a browser using webpack.browser-esm-webpack-small
: running in a browser using webpack (only a subset of the editor).electron-amd
: running in electron.nwjs-amd
and nwjs-amd-v2
: running in nwjs. it is reported that v2 works and the initial version does not.browser-amd-diff-editor
: running the diff editor in a browser.browser-amd-iframe
: running in an <iframe>
.browser-amd-localized
: running with the German
locale.browser-amd-monarch
: running with a custom language grammar written with Monarch.browser-amd-shared-model
: using the same text model in two editors.MIT