1.0.8 • Published 1 year ago

@vite-libs/devtools v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Vite Devtools

This package offers a developer panel for managing Vitejs plugins directly from the client side. It is designed to optimize the development process in the Vitejs environment.

Installation

To install Vite Devtools, run the following command with your preferred package manager:

npm install -D @vite-libs/devtools

Usage

import { defineConfig } from "vite";

import devtools from "@vite-libs/devtools";

devtools.register([
    {
        id: "my-plugin",
        name: "My Plugin Name",
        icon: "mdi mdi-24px mdi-rocket",
        async init(shadowRoot, eventTarget) {
            shadowRoot.innerHTML = "<h1>Hello World</h1>";
        },
    }
])
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago