monaco-yaml/examples/vite-example
Remco Haszing e28f7fec9f
Update dependencies
Most notably this updates yaml-language-server to 1.3.0.
2022-01-17 17:01:12 +01:00
..
index.html Enhance contribution instructions 2021-11-15 18:09:40 +01:00
index.js Merge branch 'main' into flatten-output-paths 2021-11-23 15:10:34 +01:00
package.json Update dependencies 2022-01-17 17:01:12 +01:00
README.md Enhance contribution instructions 2021-11-15 18:09:40 +01:00

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.