monaco-yaml/examples/vite-example
Remco Haszing 72fc069c6d
Enhance contribution instructions
For both the project and all exmaples the prerequisites, setup steps,
and running instructions have been added.
2021-11-15 18:09:40 +01:00
..
index.html Enhance contribution instructions 2021-11-15 18:09:40 +01:00
index.js Enhance contribution instructions 2021-11-15 18:09:40 +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.