monaco-yaml/examples/vite-example
..
index.html
index.js
package.json
README.md

Vite Example

This minimal example shows how monaco-yaml can be used with Vite.

Prerequisites

Setup

To run the project locally, clone the repository and set it up:

git clone https://github.com/remcohaszing/monaco-yaml
cd monaco-yaml
npm ci
npm run prepack

Running

To start it, simply run:

npm --workspace vite-example start

The demo will be available on http://localhost:3000.