monaco-yaml/examples/demo
Remco Haszing 9739d143d3
Apply various stylistic fixes
- ESLint config `remcohaszing/typechecking` is extended.
- Various previously disabled ESLint rules have now been enabled.
- Various `any` types have been fixed.
- Removed useless type check of diagnostic code.
- The diagnostics adapter listener has been turned into an actual map.
2021-09-02 22:11:00 +02:00
..
src Apply various stylistic fixes 2021-09-02 22:11:00 +02:00
package.json Widen webpack version range 2021-09-02 21:49:57 +02:00
README.md Rename webpack example to demo 2021-08-23 17:28:13 +02:00
webpack.config.js Let demo users select a schema from schema store 2021-08-28 11:44:04 +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.