mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 09:31:25 +00:00
- Update repository links - Restructure the readme - Add contributing document - Update credits
10 lines
250 B
Markdown
10 lines
250 B
Markdown
# Webpack entry points demo
|
|
|
|
This demo shows how to use `monaco-editor` and `monaco-yaml` with Webpack 4
|
|
[entry points](https://webpack.js.org/concepts/entry-points). To start it, simply run:
|
|
|
|
```sh
|
|
npm start
|
|
```
|
|
|
|
The demo will open in your browser.
|