monaco-yaml/examples/demo
Remco Haszing 554699887d
Update dependencies
- Both `js-yaml` and `yaml-languageserver-parser` have been replaced with
  `yaml`.
- `jsonc-parser` has been externalized.
- All defaults are now specified explicitly.
- The new property `yamlVersion` has been added to match
  `yaml-language-server`. The default is `1.2`.
- `DiagnosticsOptions` properties are now sorted alphabetically and
  documentation has been enhanced.

Closes #117
2021-10-17 12:32:19 +02:00
..
src Update dependencies 2021-10-17 12:32:19 +02:00
package.json Update dependencies 2021-10-17 12:32:19 +02:00
README.md Rename webpack example to demo 2021-08-23 17:28:13 +02:00
webpack.config.js Enable source maps for the demo 2021-10-02 16:20:32 +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.