|
4 年之前 | |
---|---|---|
.vscode | 4 年之前 | |
browser-amd-diff-editor | 4 年之前 | |
browser-amd-editor | 4 年之前 | |
browser-amd-iframe | 4 年之前 | |
browser-amd-localized | 4 年之前 | |
browser-amd-monarch | 4 年之前 | |
browser-amd-requirejs | 4 年之前 | |
browser-amd-shadow-dom | 4 年之前 | |
browser-amd-shared-model | 4 年之前 | |
browser-esm-parcel | 4 年之前 | |
browser-esm-webpack | 4 年之前 | |
browser-esm-webpack-monaco-plugin | 4 年之前 | |
browser-esm-webpack-small | 4 年之前 | |
browser-esm-webpack-typescript | 4 年之前 | |
browser-esm-webpack-typescript-react | 4 年之前 | |
browser-script-editor | 4 年之前 | |
electron-amd | 4 年之前 | |
electron-amd-nodeIntegration | 4 年之前 | |
electron-esm-webpack | 4 年之前 | |
nwjs-amd | 4 年之前 | |
nwjs-amd-v2 | 4 年之前 | |
.gitignore | 8 年之前 | |
.npmignore | 9 年之前 | |
.prettierignore | 4 年之前 | |
.prettierrc | 4 年之前 | |
LICENSE.md | 4 年之前 | |
README.md | 4 年之前 | |
SECURITY.md | 4 年之前 | |
package-lock.json | 4 年之前 | |
package.json | 4 年之前 |
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