1.0.2 • Published 1 year ago

vue-inspector-plugin v1.0.2

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

vue-inspector-plugin

A webpack plugin implements automatically open corresponding file in vscode when click element in browser.

It supports webpack 4 and 5.

Installation

npm install --save-dev vue-inspector-plugin

Usage

// vue.config.js
const VueInspectorPlugin = require('vue-inspector-plugin');

module.exports = {
  chainWebpack(config) {
    config.plugin('VueInspectorPlugin').use(new VueInspectorPlugin());
  },
};

Options

  • rootDir: The directory where src resides, defaults to process.cwd().
  • modifierKey: The modifier key that should be pressed at the same time when clicking, defaults to ctrl.

Snapshot

snapshot

1.0.2

1 year ago

1.0.1

1 year ago

1.0.2-alpha.0

1 year ago

1.0.2-alpha.1

1 year ago

1.0.0

1 year ago

1.0.0-alpha.7

1 year ago

1.0.0-alpha.6

1 year ago

1.0.0-alpha.5

1 year ago

1.0.0-alpha.4

1 year ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.1

1 year ago

1.0.0-alpha.0

1 year ago

0.2.2

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.0-alpha.0

3 years ago

0.1.0

3 years ago

0.1.0-alpha.2

3 years ago

0.1.0-alpha.1

3 years ago

0.1.0-alpha.0

3 years ago