monaco-yaml/examples/webpack-worker-loader/README.md
Remco Haszing 2ea154af85
Update documentation
- Update repository links
- Restructure the readme
- Add contributing document
- Update credits
2021-07-31 16:15:45 +02:00

10 lines
262 B
Markdown

# Webpack worker-loader demo
This demo shows how to use `monaco-editor` and `monaco-yaml` with Webpack 4 and
[`worker-loader`](https://github.com/webpack-contrib/worker-loader). To start it, simply run:
```sh
npm start
```
The demo will open in your browser.