monaco-yaml/examples/demo
Remco Haszing ccfbbbe9d8
Use extensions for directly importing files
For better ESM compatibility, this adds a file extension for nested
package files.

This also removes the nested special handling of
`vscode-languageserver-types` and `vscode-languageserver-document`
imports. This is unnecessary, because they use the `"module"` field in
`package.json`.
2021-11-20 12:05:44 +01:00
..
src Use extensions for directly importing files 2021-11-20 12:05:44 +01:00
package.json Update monaco to 0.30 2021-11-09 10:43:15 -08:00
README.md Rename webpack example to demo 2021-08-23 17:28:13 +02:00
webpack.config.js Remove webpack buffer fallback 2021-10-18 21:16:18 +02:00

Demo

This demo is deployed to monaco-yaml.js.org. It shows how monaco-editor and monaco-yaml can be used with Webpack 5. To start it, simply run:

npm start

The demo will open in your browser.