mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 17:41:32 +00:00
- Update repository links - Restructure the readme - Add contributing document - Update credits
10 lines
262 B
Markdown
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.
|