monaco-yaml/examples/vite-example
2021-11-23 15:10:34 +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 Enhance contribution instructions 2021-11-15 18:09:40 +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.