1.0.2 • Published 2 months ago

vue-inspector-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

2 months ago

1.0.1

3 months ago

1.0.2-alpha.0

2 months ago

1.0.2-alpha.1

2 months ago

1.0.0

5 months ago

1.0.0-alpha.7

5 months ago

1.0.0-alpha.6

5 months ago

1.0.0-alpha.5

5 months ago

1.0.0-alpha.4

5 months ago

1.0.0-alpha.3

5 months ago

1.0.0-alpha.2

5 months ago

1.0.0-alpha.1

5 months ago

1.0.0-alpha.0

5 months ago

0.2.2

7 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.0-alpha.0

2 years ago

0.1.0

2 years ago

0.1.0-alpha.2

2 years ago

0.1.0-alpha.1

2 years ago

0.1.0-alpha.0

2 years ago