Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.3 KB

File metadata and controls

51 lines (30 loc) · 1.3 KB

Pluto Frame Examples

License

This repository demonstrates how to integrate the Pluto Frame libraries in both vanilla JavaScript and React applications:

Documentation

For detailed documentation and integration guides, visit docs.pluto.xyz

Quick Start

  1. Install dependencies
npm install
  1. Run examples
npm run javascript # Vanilla JavaScript example
npm run react # React example

Navigate to http://localhost:5173/ in your browser.

Examples Overview

These examples demonstrate the minimal setup required to integrate Pluto Frame. Both setups load the demo script from script.js.

Vanilla JavaScript

  • Implementation: examples/vanilla-js/index.js
  • HTML template: examples/vanilla-js/index.html

React

  • Basic component: examples/react/App.jsx
  • Entry point: examples/react/main.jsx

Community

License

MIT License - see LICENSE.md for details.