Skip to content

Quick Start

This project is currently still in the development stage and is not yet stable. Please do not use it in a production environment.

Build

shell
pnpm i
pnpm run build

Usage

html
<!DOCTYPE html>
<html lang="en">

<head>
  <script type="module" crossorigin src="./juice-editor/assets/index-23e26c6d.js"></script>
</head>

<body>
  <juice-editor>
    <h1>Say Hello to JuiceEditor</h1>
    <pre><code>console.log("ABC")</code></pre>
  </juice-editor>
</body>

</html>