0.0.10 • Published 10 months ago

vite-plugin-reactjs-inspector v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

📖 Introduction

A vite plugin which provides the ability that to jump to the local IDE when you click the element of browser automatically.

demo

📦 Installation

npm install vite-plugin-reactjs-inspector -D

🦄 Usage

Configuration Vite

import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite'
import VitePluginReactInspector from 'vite-plugin-reactjs-inspector/vite'

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [react(), VitePluginReactInspector()],
})
0.0.10

10 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago