-
Notifications
You must be signed in to change notification settings - Fork 1
Playground
comhon-project edited this page Jan 5, 2026
·
1 revision
A fully functional playground is included with this library, allowing you to explore and experiment with all available features.
- Node.js installed on your machine
- npm package manager
-
Clone the repository:
git clone <repository-url>
-
Navigate to the Vue package directory:
cd packages/vue -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to the URL displayed in your terminal.