Skip to content

Playground

comhon-project edited this page Jan 5, 2026 · 1 revision

Playground

A fully functional playground is included with this library, allowing you to explore and experiment with all available features.

Getting Started

Prerequisites

  • Node.js installed on your machine
  • npm package manager

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the Vue package directory:

    cd packages/vue
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and navigate to the URL displayed in your terminal.

Clone this wiki locally