mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
A browser based code editor
.vscode | ||
sample-diff-editor | ||
sample-editor | ||
sample-iframe | ||
sample-localized | ||
sample-monarch | ||
sample-shared-model | ||
sample-sync | ||
.gitignore | ||
.npmignore | ||
LICENSE | ||
package.json | ||
README.md |
Monaco Editor Samples
Standalone HTML samples showing how to integrate the Monaco Editor.
Running
From npm:
npm install monaco-editor-samples
cd node_modules/monaco-editor-samples
npm run simpleserver
From source:
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!
License
MIT