Skip to content

Install

NPM
sh
npm install stage-js
js
import Stage from 'stage-js';

const app = Stage.mount();
Script tag

Stage.js is available on jsDelivr, cdnjs, and unpkg.

html
  <script src="https://cdn.jsdelivr.net/npm/stage-js" />
  <script>
    const app = Stage.mount();
  </script>